Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 957 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 957 Bytes

DartUPify - Design Patterns example app for DartUP 2020 conference

Repository header

This example app shows how different Design Patterns could be used together in order to create a single application.

Design Patterns used in the app:

  • Abstract Factory
  • Composite
  • Command
  • Memento

Presentation

Presentation slides are provided here.

Talk video could be found here.

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/dartupify-dartup2020.git
cd dartupify-dartup2020
flutter run

The flutter run command both builds and installs the Flutter app to your device or emulator.