FLUTTER ECOSYSTEM

fiqryx/to-day

एक सरल दैनिक कार्य प्रबंधक

आज प्रोजेक्ट कवर
Stars
6
Forks
1
अंतिम पुश (UTC)
9 जन॰ 2026
प्रोजेक्ट स्थिति
सक्रिय
fiqryx GitHub avatar
GITHUB User

fiqryx ↗

भाषाएँDartC++CMakeSwiftCHTMLKotlinObjective-C

तकनीकी विषय

संबंधित पैकेज और उदाहरण

awesome_notifications कवरv0.11.0

awesome_notifications

एक पूर्ण समाधान लोकल और पुश नोटिफिकेशन बनाने के लिए, बटन, छवियाँ, आवाज़, इमोजी को कस्टमाइज़ करने और Flutter ऐप्स के लिए कई अलग-अलग लेआउट लागू करने के लिए।

3.4 हज़ारलाइक 47 हज़ार30-दिन डाउनलोड140Pub अंक
AndroidiOSWebmacOSWindowsLinux

उपयोग की गई निर्भरताएँ

निर्भरता सूची 24 आइटम

ऐप श्रेणियाँ

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

ToDay - Your Daily Task Manager 📅✅

ToDay App Logo
A minimalist yet powerful daily task manager

Features ✨

  • 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

Screenshots 📱

ToDay

Tech Stack 🛠️

  • Flutter - Beautiful native apps
  • SQLite - Local task storage
  • Provider - State management

Installation ⚡

  1. Ensure Flutter is installed:

     flutter doctor
    
  2. Clone the repository:

     git clone https://github.com/fiqryx/to-day.git
    
  3. Install dependencies:

     flutter pub get
    
  4. Run the app:

     flutter run
    

Configuration ⚙️

Set up environment variables:

cp .env.example .env

default configuration

APP_NAME=ToDay
DB_NAME=to_day.db

How to Build 🚀

flutter build apk --release  # Android
flutter build ios --release  # iOS
# or
flutter build apk --split-per-abi # Android
✅ Completed (v1.0.6)
  • [x] Basic task management
  • [x] Priority tagging (High/Medium/Low)
  • [x] Light/Dark theme toggle
  • [x] Daily progress statistics
  • [x] Filtering task by priority

Contributing 🤝

Contributions are welcome! Here's how to get started:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License 📄

This project is licensed under the MIT License - see the LICENSE file for details.