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

https://github.com/gauravmcode/todos_application

Its a Todo application, built in flutter and uses SQLite local database to store todo information. For that it uses SQfLite package from pub.dev.
https://github.com/gauravmcode/todos_application

Last synced: about 1 year ago
JSON representation

Its a Todo application, built in flutter and uses SQLite local database to store todo information. For that it uses SQfLite package from pub.dev.

Awesome Lists containing this project

README

          

# TODO App

Its a Todo application, built in flutter and uses SQLite local database to store todo information. For that it uses **SQfLite** package from pub.dev.
>This enables you to save your Todos locally on your device.


View Contact

## Getting Started

The Home Screen contains list of all saved Todos fetched from local **SQLite Database** :


Home Screen

Tap on a Floating Action Button to add notes.



Add Todo Add Todo


To edit a Todo, click on the Todo. It will open the edit Todo screen.
To delete, click on delete icon, that will show an alert dialog to confirm.


Delete Contact