The Complete Flutter Development Bootcamp Using Dart
This repo consolidates all the apps which you are going to build throughout the chapters of the course.
You can either clone the repo and run the apps on your local machine, but you need to make sure that you have Flutter-SDK installed:
git clone https://github.com/timoknapp/flutter-bootcamp.git
cd flutter-bootcamp
# choose your chapter e.g. 12
cd chapter_12
fluttter run
Or you can download the .apk
files from github-actions.