KiraPC / flutter_my_tasks

A simple flutter application to manage tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my_tasks

This is my first flutter application made to learn this framework standards and practices.

Info

The application is a simple tasks manager, that can track the task progress. You can archive your task, then delete it.

Everithing is stored using SQLLite DB with just one table.

I used stream to manage the status of the tasks list, setState approach for the state inside the metadata form.

The stream is managed by a Task BLoC provided by a BlockProvider initialized on the TabAppBar Widget.

Thanks for visit my repo

About

A simple flutter application to manage tasks

License:MIT License


Languages

Language:Dart 87.3%Language:Ruby 10.8%Language:Swift 1.3%Language:Kotlin 0.4%Language:Objective-C 0.1%