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 6
Creating the Structure of the Project
We will set up all the folders necessary to the project so can get a good understanding of the project structure. - Resolve a warning from last video. - Set up folder for our viewmodels which is blocs - Set up a widget and containers folder