• Stars
    star
    1,673
  • Rank 27,936 (Top 0.6 %)
  • Language
    Dart
  • License
    MIT License
  • Created about 5 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Flutter Design Patterns application

flutterdesignpatterns.com deployment

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.

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.

More Repositories

1

flutter-design-challenges

Flutter Design Challenges
Dart
556
star
2

flutter_deck

A lightweight, customizable, and easy-to-use framework to create presentations in Flutter.
Dart
174
star
3

shopping-app-prototype

A Shopping App prototype
Dart
95
star
4

ai-photo-scavenger-hunt

A fun photo scavenger hunt game implemented using Flutter and Google AI Dart SDK.
Dart
49
star
5

flutter-presentation

Presentation about Flutter implemented using Flutter.
Dart
21
star
6

flutter-code-generation

Examples of Flutter Code Generation.
Dart
20
star
7

flutter-firebase-remote-config-demo

Flutter + Firebase Remote Config demo project.
Dart
17
star
8

yeet_getx_linter

A custom linter that "forces" you to yeet the GetX package import.
Dart
13
star
9

flutter-design-patterns-talk

Fluter Design Patterns example app for the conference talk.
Dart
12
star
10

dartupify-dartup2020

Design Patterns example app for DartUP 2020 conference
Dart
10
star
11

f3-firebase-remote-config-talk

"Make smarter decisions faster with Firebase Remote Config" talk from Flutter Firebase Festival 2023
Dart
8
star
12

counter-app-reaction-game

Counter App Reaction Game - #FlutterCounterChallenge2020
Dart
5
star
13

kazlauskas-dev

Personal website and blog - kazlauskas.dev
JavaScript
4
star
14

introduction-to-flutter

"Let me introduce you to Flutter" talk from plDroid 2023
Dart
4
star
15

dartpad-workshop-segmented-state

DartPad Workshop: Segmented State Pattern with flutter_bloc
Dart
4
star
16

firebase-remote-config-talk

"Control your Flutter application on the fly with Firebase Remote Config" talk from Fluttercon 2023
Dart
3
star
17

ldd

"Cat-like Development: Flutter for Efficiency" talk from Fluttercon Europe 2024
Dart
2
star