Booking options
£22.99
£22.99
On-Demand course
6 hours 54 minutes
All levels
A comprehensive yet concise course with over six hours of premium content, where we will build one complete real-world Flutter app from scratch while learning the framework and the dart language. By building the iOS Reminder app, a fully functional cross-platform app for both iOS and Android, we will develop a strong foundation in Flutter and become intermediate developers.
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
The complete basics of Flutter and Dart to build a solid foundation
Build out the complete layout of the app - the iOS reminders app
Add email authentication to the app using Firebase Auth
Use the Firebase Firestore as a real-time database for our app
Manage app-wide state using the Provider Package
Create a custom light and dark theme for the app
Anyone wishing to begin with Flutter is encouraged to take this course, as it requires no prior programming knowledge.
We will work together to create a fully functional, real-world Flutter app from scratch while learning the framework and the Dart language in this comprehensive yet concise seven-hour course.
Build a solid foundation in Flutter and become an intermediate developer * Build a complete real-world cross platform app for both iOS and Android * Learn about Firebase Auth for Authentication and Firebase Cloud Firestore for the database
https://github.com/PacktPublishing/Flutter-Foundation-with-Firebase-and-Provider
Varun Nath is a React native developer having over six years of working experience in web and mobile development. He has been actively involved with React Native in recent years and has created several online tutorials. He likes keeping his tutorials concise, straight to the point and always includes practical real-world examples in them.
1. Introduction
2. Basics
3. IOS Reminders App - Flutter Basics
4. Making App Stateful
5. Adding a List
6. App State Management
7. Authenticate User - Firebase and Async Concepts
8. Add Data to Backend - Firebase Firestore
9. Wrapping Up