Book Image

Flutter Foundation with Firebase and Provider [Video]

By : Varun Nath
Book Image

Flutter Foundation with Firebase and Provider [Video]

By: Varun Nath

Overview of this book

Most beginner courses only teach you the individual parts of a framework but don't cover how they all come together to create a real-world application. In this course, we will cover the fundamentals of flutter and dart to construct a solid foundation, as well as learn how to build out the iOS Reminders app's complete layout. Improve our app's navigation by learning how to move between screens and pass data. We'll learn how to structure our code and how to describe our data using classes in Dart; add email authentication to the app using Firebase Auth; our project will utilize the Firebase Firestore as a real-time database; create a custom light and dark theme for the app that the user can choose between and manage the app's overall status using the Provider Package (recommended by Google). By the end of this course, you will be an intermediate Flutter developer. The code for every video is at: https://github.com/PacktPublishing/Flutter-Foundation-with-Firebase-and-Provider
Table of Contents (9 chapters)
Chapter 2
Basics
Content Locked
Section 4
Override and BuildContext
In this video, we will cover override and BuildContext. Note: Kindly refer to git branch 4 in the code bundle for this video.