To-Do List App This is a simple To-Do List application built with Flutter and SQLite. The app allows users to create, edit, and delete tasks while managing their completion status.
Features Add new tasks with a title, description, start date, and end date. Mark tasks as completed or incomplete. Edit existing tasks. View tasks sorted by dates. Notes This project is currently a basic implementation with no advanced design features. The UI is straightforward, focusing on functionality rather than aesthetics. Getting Started Clone the repository. Install dependencies using flutter pub get. Run the app on your device or emulator using flutter run.