Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codediodeio committed May 14, 2019
1 parent 24a91ee commit 5dcc1dc
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
# Flutter Firebase - The Full Course
# Flutter Firebase - The Full Course

Build a QuizApp from scratch with Flutter 1.5 & Firebase.

[Get it on The App Store](https://itunes.apple.com/us/app/fireship/id1462592372?mt=8)
## Learn it

[Get it on Google Play](https://play.google.com/store/apps/details?id=io.fireship.quizapp)
Enroll in the [Course](https://fireship.io/courses/flutter-firebase/)

## Try it

<!-- # Branches
- [Get it on The App Store](https://itunes.apple.com/us/app/fireship/id1462592372?mt=8)
- [Get it on Google Play](https://play.google.com/store/apps/details?id=io.fireship.quizapp)

1. User Authentication
2. Firestore Service & State Management
3. Topics List and Quiz -->
## 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


0 comments on commit 5dcc1dc

Please sign in to comment.