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.
- Host: GitHub
- URL: https://github.com/gauravmcode/todos_application
- Owner: GauravMcode
- Created: 2023-04-09T16:38:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T18:35:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T09:13:33.650Z (about 1 year ago)
- Language: C++
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Getting Started
The Home Screen contains list of all saved Todos fetched from local **SQLite Database** :
Tap on a Floating Action Button to add notes.
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.