Flutter Design Patterns
An open-source design patterns mobile application built with Dart and Flutter.
Building
You can follow these instructions to build the app and install it onto your device.
Prerequisites
If you are new to Flutter, please first follow the Flutter Setup guide.
Building and installing the Flutter Design Patterns app
git clone https://github.com/MangirdasKazlauskas/flutter-design-patterns.git
cd flutter-design-patterns
flutter run
The flutter run
command both builds and installs the Flutter app to your device or emulator.