Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkobuolys/flutter-design-patterns
Flutter Design Patterns application
https://github.com/mkobuolys/flutter-design-patterns
dart design-patterns flutter open-source
Last synced: about 15 hours ago
JSON representation
Flutter Design Patterns application
- Host: GitHub
- URL: https://github.com/mkobuolys/flutter-design-patterns
- Owner: mkobuolys
- License: mit
- Created: 2019-10-07T22:04:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T11:30:10.000Z (3 months ago)
- Last Synced: 2025-01-16T14:15:35.269Z (8 days ago)
- Topics: dart, design-patterns, flutter, open-source
- Language: Dart
- Homepage:
- Size: 4.61 MB
- Stars: 1,764
- Watchers: 39
- Forks: 370
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![flutterdesignpatterns.com deployment](https://github.com/mkobuolys/flutter-design-patterns/actions/workflows/main.yml/badge.svg)](https://github.com/mkobuolys/flutter-design-patterns/actions/workflows/main.yml)
# Flutter Design Patterns
An open-source [OOP design patterns](https://en.wikipedia.org/wiki/Design_Patterns) application built with Dart and Flutter.
https://flutterdesignpatterns.com/
This application is an implementation part of the "Flutter Design Patterns" [article series](https://kazlauskas.dev/blog/flutter-design-patterns-0-introduction).
## 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](https://flutter.dev/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.