Skip to content

Latest commit

 

History

History
119 lines (99 loc) · 3.02 KB

README.md

File metadata and controls

119 lines (99 loc) · 3.02 KB

Task List Using Bloc Library

style: lint


App Icon

Task List


A task management app developed using Flutter and Dart, allowing users to create, edit, and organize tasks efficiently.
  • Integrated SQLite for local storage, enabling users to save tasks, archive completed ones, and delete or edit existing tasks.
  • Implemented task archiving functionality to preserve completed tasks for future reference.
  • Designed an intuitive user interface, enhancing productivity and user experience through simple task management tools.

Sections


app_architecture

GIF_Screens


Packages_And_Dependacies

  • flutter_bloc:
  • sqflite:
  • path:
  • intl:
  • fluttertoast:
  • flutter_staggered_animations:
  • equatable:
  • animate_icons:
  • lint:

App_Screen