Flutter Design Patterns application
Last updated Jul 3, 2026
1.8k
Stars
371
Forks
4
Issues
0
Stars/day
Attention Score
91
Language breakdown
Dart 98.0%
Ruby 0.6%
Python 0.5%
HTML 0.5%
Swift 0.2%
CSS 0.1%
โธ Files
click to expand
README
Flutter Design Patterns
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.
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/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.
๐ More in this category