Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 677 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 677 Bytes

Flutter Firebase - The Full Course

Build a QuizApp from scratch with Flutter 1.5 & Firebase.

Learn it

Enroll in the Course

Try it

Run it

git clone
cd quizapp

flutter run

Branches

  1. User Authentication. - Login, logout, and navigation
  2. Firestore - Data deserialization and state management.
  3. Quiz Topics List - FutureBuilder, Hero, and Animated Progress Bar
  4. Interactive Quiz - Advanced state management