Description • Getting Started • Links
This is the step by step implementation of flutter codelab series(links at the end).
To clone and run this application, you'll need:
- Git,
- Flutter SDK,
- IDE(Intellij, Android Studio, VSCode etc.) installed on your computer and
- ADB device or emulator connected.
From your command line:
# Update Flutter
$ flutter doctor
# Clone this repository
$ git clone https://github.com/ahmetcj4/firebase-flutter-codelab.git
# Go to project dir
$ cd firebase-flutter-codelab/
# Build and run the project (app is Slow, for development and debugging)
$ flutter run
# Or faster one
$ flutter build apk
$ flutter install
# Enjoy!
- Firebase
- Flutter
- Codelab Part 1 - Building Beautiful UIs with Flutter
- Codelab Part 2 - Firebase for Flutter
- Bonus - Awesome video by Bram Vanbilsen Flutter Dev with Visual Studio Code
GitHub @ahmetcj4 · Linkedin @ahmetzorer