An open API service indexing awesome lists of open source software.

https://github.com/okaryo/CleanArchitectureTodoAppTrainingWithFlutter

Todo App with Flutter + CleanArchitecture + sqflite + riverpod + state_norifier + freezed!
https://github.com/okaryo/CleanArchitectureTodoAppTrainingWithFlutter

clean-architecture flutter freezed riverpod sqflite

Last synced: 5 months ago
JSON representation

Todo App with Flutter + CleanArchitecture + sqflite + riverpod + state_norifier + freezed!

Awesome Lists containing this project

README

          

## CleanArchitectureTodoAppTrainingWithFlutter
Flutter + CleanArchitecture + sqflite + riverpod + state_notifier + freezed!

## Motivation
I wanted to practice making a flutter app using riverpod and state_notifier with CleanArchitecture.

## UI
https://user-images.githubusercontent.com/44517313/126060424-7057afec-6d51-496f-ae43-8a4476d7b852.mp4

## Architecture Diagram
Please let me know if there's anything I can do to improve it, or any other better ways!
![architecture](https://user-images.githubusercontent.com/44517313/133893713-b6bf0908-2182-4365-af5d-303ac5396215.png)

## No Consideration
- performance
- error handling
- UI/UX