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 4
Creating Our Cart Page
Content Locked
Section 2
Initial Setup of the Cart BLoC
Setting up our Cart BloC which will contain the state of the items we add to the cart. - Setting up our Cart BloC and initializing the Cart model - Setting up our StreamController - Using getters to restrict ourselves