An open-source OOP design patterns application built with Dart and Flutter.
https://flutterdesignpatterns.com/
This application is an implementation part of the "Flutter Design Patterns" article series.
You can follow these instructions to build the app and install it onto your device.
If you are new to Flutter, please first follow the Flutter Setup guide.
git clone https://github.com/mkobuolys/flutter-design-patterns.git cd flutter-design-patterns flutter pub get flutter pub run build_runner build --delete-conflicting-outputs flutter run
The flutter run
command both builds and installs the Flutter app to your device or emulator.