A minimalist yet powerful daily task manager
- Daily Task Management - Focus on today's priorities
- Smart Prioritization - Color-coded priority system (High/Medium/Low)
- Quick Add - Create tasks in seconds
- Dark/Light Mode - Eye-friendly themes
- Cross-Platform - Works on Android and iOS
- Flutter - Beautiful native apps
- SQLite - Local task storage
- Provider - State management
-
Ensure Flutter is installed:
flutter doctor
-
Clone the repository:
git clone https://github.com/yourusername/today-app.git
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
Set up environment variables:
cp .env.example .env
default configuration
APP_NAME=ToDay
DB_NAME=to_day.db
flutter build apk --release # Android
flutter build ios --release # iOS
# or
flutter build apk --split-per-abi # Android
- Basic task management
- Priority tagging (High/Medium/Low)
- Light/Dark theme toggle
- Daily progress statistics
Contributions are welcome! Here's how to get started:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.