Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaygeth89/reactive_flutter_todo_database_app
A reactive todo Flutter app that uses different design patterns like BLoC and Reactive programming
https://github.com/vaygeth89/reactive_flutter_todo_database_app
Last synced: 3 months ago
JSON representation
A reactive todo Flutter app that uses different design patterns like BLoC and Reactive programming
- Host: GitHub
- URL: https://github.com/vaygeth89/reactive_flutter_todo_database_app
- Owner: vaygeth89
- License: apache-2.0
- Created: 2019-02-23T09:47:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T08:40:58.000Z (over 4 years ago)
- Last Synced: 2024-08-03T14:09:49.184Z (7 months ago)
- Language: Dart
- Homepage:
- Size: 69.3 KB
- Stars: 60
- Watchers: 6
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reactive Flutter Todo App
A reactive todo app that employs & cover different architectural patterns such as:
1. Google"s Business Logic Component Architecture Design Pattern (BLoC)
2. Reactive Programming using Dart streams (Similar to Redux)
3. Asynchronous events & operations (like Future events)
4. CRUD operations I/O using Local Database (SQLITE)
5. Dependency injection (pure Dart)
6. Separation of Concerns (code & files structure)## User Interface Sample
https://user-images.githubusercontent.com/16699459/53305207-a159b380-388f-11e9-92f2-5b6480ef9887.png
## Tutorial Guide
For the tutorial refer to medium post:
https://medium.com/@vaygeth/reactive-flutter-todo-app-using-bloc-design-pattern-b71e2434f692