Source Code for Flutter project used in the first section of Flutter By Example.
Flutter by Example is an open source project that teaches one how to build Flutter mobile apps.
You have to have flutter installed on your machine!
git clone https://github.com/ericwindmill/flutter_by_example_dogs_example.git
cd flutter_by_example_dogs_example
flutter packages get
flutter run
