Simple Recipes App made in Flutter — List View

Simple Recipes App made in Flutter — List View

5 years ago
Anonymous $oIHRkISgaL

https://medium.com/@michael.krol/simple-recipes-app-made-in-flutter-list-view-283ef85f91e7

In the article Simple Recipes App made in Flutter — Introduction you’ve learned about stateless widgets, layouts, themes and how to navigate in Dart and Flutter. Requirements to follow this series of articles are basic approaches of object-oriented programming and basic command line knowledge. You may follow the previous article to continue the implementation from that point. Over the next few weeks, I will publish further articles to continue the story of our Recipes app and to write about a few more topics.

Today, we are going to enjoy a good coffee and familiarize us with list views, create a data model and get more confident in implementing custom widgets and in using themes.