Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.75 KB

File metadata and controls

38 lines (27 loc) · 1.75 KB

flutterdesignpatterns.com deployment

Flutter Design Patterns

An open-source OOP design patterns application built by Mangirdas Kazlauskas, migrated by myself in no more than 15mn, from Riverpod to Bloc!!

Home Page Creational Design Patterns Structural Design Patterns Behavioral Design Patterns Design Pattern Markdown Flyweight Design Pattern Example Command Design Pattern Example Iterator Design Pattern Example Prototype Design Pattern Example

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.