An open API service indexing awesome lists of open source software.

https://github.com/timoknapp/flutter-bootcamp

📱The Complete Flutter Development Bootcamp using Dart by @angelabauer
https://github.com/timoknapp/flutter-bootcamp

dart flutter flutter-examples tutorial-exercises

Last synced: 3 months ago
JSON representation

📱The Complete Flutter Development Bootcamp using Dart by @angelabauer

Awesome Lists containing this project

README

        

# The App Brewery - Flutter Bootcamp
The Complete Flutter Development Bootcamp Using Dart

[The App Brewery](https://www.appbrewery.co) by [Angela Yu](https://github.com/angelabauer)

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](https://flutter.dev/docs/get-started/install) 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](https://github.com/timoknapp/flutter-bootcamp/actions).

## Chapter 1 - Simple Start
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-1%20Release/badge.svg)

## Chapter 2 - Business Contact
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-2%20Release/badge.svg)

## Chapter 3 - Rolling the Dice
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-3%20Release/badge.svg)

## Chapter 4 - Oracle, Ask me Anything
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-4%20Release/badge.svg)

## Chapter 5 - Xylophone (best ever made)
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-5%20Release/badge.svg)

## Chapter 6 - True/False Knowsledge
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-6%20Release/badge.svg)

## Chapter 7 - Destini Storygame
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-7%20Release/badge.svg)

## Chapter 8 - BMI Calculator
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-8%20Release/badge.svg)

## Chapter 9 - Weather
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-9%20Release/badge.svg)

## Chapter 10 - Crypto Calculator
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-10%20Release/badge.svg)

## Chapter 11 - Flash Chat
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-11%20Release/badge.svg)

## Chapter 12 - Todoey
![](https://github.com/timoknapp/flutter-bootcamp/workflows/Chapter-12%20Release/badge.svg)