A simple yet powerful task management app built with Flutter. Currently in active development, with more features coming soon!
- View all tasks in one place.
- Mark tasks as complete with a single tap.
- Floating action button for quick task creation.
- Add tasks with title, description, due date, and priority.
- Edit tasks anytime.
- Task Categories & Grouping: Organize tasks into custom categories.
- Reminders & Notifications: Set reminders for important tasks.
- Data Sync & Backup: Export and sync tasks across devices.
- Themes & Customization: Switch between light and dark themes.
- Search Functionality: Quickly find tasks by keyword.
- Framework: Flutter (cross-platform support for iOS and Android).
- State Management:
Provider
for efficient state management. - Local Storage:
shared_preferences
for storing task data locally.
- Clone the repository:
git clone https://github.com/samniu/todo.git
- Install dependencies:
flutter pub get
- Run the app:
flutter run
We welcome contributions! If you have any suggestions or issues, please open an Issue or submit a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.