/ToDo_Application

Flutter Todo Application with Sqflite

Primary LanguageDart

Flutter Todo Application with SQflite

A simple todo application built with Flutter and using the Sqflite database for local storage. This project serves as a practical example of how to create a basic todo list app in Flutter while leveraging the power of a local SQLite database for data storage.

Features

Add, edit, and delete tasks. Mark tasks as completed. Persistent data storage using Sqflite. Clean and user-friendly interface.

Dependencies

Flutter: Google's UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase. Sqflite: SQLite plugin for Flutter.

Contributing

Contributions are welcome! If you have any suggestions, improvements, or feature requests, please open an issue or create a pull request.

Acknowledgments

Thanks to the Flutter and Sqflite communities for their excellent documentation and support.