Book Image

Mastering Flutter [Video]

By : Robert Brunhage
Book Image

Mastering Flutter [Video]

By: Robert Brunhage

Overview of this book

Flutter is quickly becoming a well-known framework for developing cross-platform apps for both Android and iOS devices. Apps made with Flutter are very fast because of their high rendering power and because Dart compiles the app into native ARM code. This course shows you how to make your applications reliable with consistent performance. You'll build modern applications using the different features of Flutter. You will develop apps for both iOS and Android with just one codebase and learn how to connect your app to a database using Firebase. You will learn how to improve the performance of your applications, thus taking your skills to the next level. By the end of this course, you will have mastered building your applications using Flutter. All the code files for this course are present on Github at - https://github.com/PacktPublishing/Mastering-Flutter-
Table of Contents (8 chapters)
Chapter 1
Building Your App Using ListView
Content Locked
Section 5
Creating Temp List of Categories
Putting the categories backend to use in the home page by now displaying the categories in a list. - Create an instance of the temp backend - Setup ListView with the named constructor “builder” - Fetch our categories to display in the ListView