Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Flutter Foundation with Firebase and Provider
Rating: 4.5 out of 5(33 ratings)
168 students

Flutter Foundation with Firebase and Provider

Build a Real World App with Flutter + Firebase and Provider in less than 7 hours!
Created byVarun Nath
Last updated 4/2022
English

What you'll learn

  • Build a solid foundation in flutter and become an intermediate developer.
  • Build a complete real world Cross platform app for Both iOS and Android
  • Add Navigation, Databases and App Wide State Management
  • State Management using Provider
  • Firebase Auth for Authentication and Firebase Cloud Firestore for the Database

Course content

9 sections87 lectures6h 50m total length
  • What is Flutter?1:22

    Learn how Flutter builds mobile apps from widgets, inspired by React, with a declarative, reactive UI that rebuilds on state changes, and compiles to native code using the Dart language.

  • How To Use Project files1:24

    Download and unzip the course source code, open the project in Android Studio or Visual Studio, and use the lecture number branch to checkout the video code.

  • Installing Flutter1:43

    Install Flutter by downloading the Flutter SDK, unzipping it, moving the folder to a chosen location, navigating to its bin, and running flutter doctor to verify dependencies.

Requirements

  • No programming experience needed

Description

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 comprehensive yet concise 7 hour course, we will together build one complete real-world flutter app from scratch while learning the framework and the dart language.


Some of the main things that we will learn in this course: 


1. The complete basics of flutter and dart to build a strong foundation.

2. Build out the complete layout of the app - the iOS reminders app. 

3. Add Navigation to our App - learn how to navigate between different screens and pass data.

4. Add Email Authentication to the App using Firebase Auth.

4. We'll also learn how to structure our code and learn how to model our data using classes in dart. 

5. Use the Firebase Firestore as a Realtime Database for our app.

6. Manage app-wide state using the Provider Package(recommended by Google).

7. Create a Custom light and dark theme of the app that the user can toggle between.

The code for every video is provided in the GitHub repo attached along with the course.

By the end of this course, you will be an Intermediate Flutter Developer.



Who this course is for:

  • Anyone looking to get started with Flutter!