A feature-rich To-Do List application built with Flutter, featuring elegant UI design, dark/light themes, and local notifications.
- 📝 Complete task management (Create, Read, Update, Delete)
- 🌓 Dynamic theme switching (Dark/Light mode)
- 🔔 Smart local notifications
- 📅 Date & time scheduling
- 💾 Persistent storage with SQLite
- ✅ Task completion tracking
- 🎨 Material Design UI with smooth animations
- 📱 Responsive layout for all screen sizes
- Framework: Flutter
- State Management: Provider
- Database: SQLite
- Local Notifications: flutter_local_notifications
- Preferences: shared_preferences
- UI Design: Material Design 3
- Font: Google Fonts (Roboto)
- Flutter SDK (latest version)
- Dart SDK
- Android Studio / VS Code
- Git
- Clone the repository:
git clone https://github.com/ellfarnaz/TodoList-Flutter.git- Navigate to project directory:
cd todo_list_app- Install dependencies:
flutter pub get- Run the app:
flutter runlib/
├── main.dart # App entry point
├── models/ # Data models
│ └── task.dart # Task model
├── providers/ # State management
│ ├── task_provider.dart # Task state management
│ └── theme_provider.dart # Theme state management
├── screens/ # App screens
│ ├── home_screen.dart # Main screen
│ ├── add_task_screen.dart # Add task screen
│ └── edit_task_screen.dart# Edit task screen
├── services/ # Core services
│ ├── database_helper.dart # SQLite database service
│ └── notification_service.dart # Local notifications
├── utils/ # Utilities
│ ├── color_palette.dart # Color definitions
│ ├── theme_data.dart # Theme configurations
│ └── date_time_helper.dart# Date formatting
└── widgets/ # Reusable widgets
└── task_item.dart # Task list item widget
- Task categories and tags
- Cloud synchronization
- Home screen widgets
- Data backup/restore
- Task statistics and insights
- Multiple reminder times
- Recurring tasks
- Task sharing
- Custom themes
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.
Farel Naufal Azhari
- GitHub: @ellfarnaz
- LinkedIn: Farel Naufal Azhari
- Thanks to the Flutter team for the amazing framework
- Material Design for the beautiful UI guidelines
- The Flutter community for inspiration and support
Give a ⭐️ if this project helped you!








