Visit Web App Here
Clean Architecture template using riverpod
, state_notifier
, freezed
and MVVM
, with unit and widget testing.
- tasks app.
- todo app.
- clean architecture.
- unit test.
- widget test.
- MVVM Architecture.
- MultiPlatform
Web
,Desktop
,Android
andIos
. - Responsive Design
Portrait
,Landscape
,Tablet
andDesktop
. - sqflite database.
- riverpod state management.
- multiple themes
Dark
andLight
.. - Add task.
- Update task.
- Delete task.
- Filter tasks.
- Improve UI.
- flutter_riverpod:
- freezed_annotation:
- state_notifier:
- freezed:
- intl:
- sqflite:
- sqlite3_flutter_libs:
- sqflite_common_ffi:
- sqflite_common_ffi_web:
- build_runner:
- mockito:
- All tests passed.
- To generate
tasks.freezed.dart
,tasks_id.freezed.dart
andtasks_list.freezed.dart
runflutter pub run build_runner build
command in your terminal.
- Portrait.
- Landscape.
- Desktop/Web.