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 5
Adding Products to the Cart
Content Locked
Section 1
Create Our Cart Button Component
In this video, we will add a cart button to display the number of items in the cart. - Create a stateless widget for the cart button - Get the cart bloc with the bloc provider - Design the cart icon