{"id":29093180,"url":"https://github.com/fiqryx/to-day","last_synced_at":"2026-05-06T04:04:21.563Z","repository":{"id":300500253,"uuid":"1005030659","full_name":"fiqryx/to-day","owner":"fiqryx","description":"A minimalist daily task manager","archived":false,"fork":false,"pushed_at":"2025-12-01T08:25:07.000Z","size":152215,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-03T18:31:42.249Z","etag":null,"topics":["dart","flutter","flutter-sqflite","sqlite","todo"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fiqryx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-19T14:55:49.000Z","updated_at":"2025-12-02T07:22:34.000Z","dependencies_parsed_at":"2025-06-22T03:43:22.143Z","dependency_job_id":null,"html_url":"https://github.com/fiqryx/to-day","commit_stats":null,"previous_names":["fiqryx/to-day"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/fiqryx/to-day","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqryx%2Fto-day","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqryx%2Fto-day/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqryx%2Fto-day/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqryx%2Fto-day/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiqryx","download_url":"https://codeload.github.com/fiqryx/to-day/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiqryx%2Fto-day/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","flutter","flutter-sqflite","sqlite","todo"],"created_at":"2025-06-28T08:06:39.691Z","updated_at":"2026-05-06T04:04:21.551Z","avatar_url":"https://github.com/fiqryx.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ToDay - Your Daily Task Manager 📅✅\n\n![ToDay App Logo](assets/logo.png)  \n*A minimalist yet powerful daily task manager*\n\n## Features ✨\n\n- **Daily Task Management** - Focus on today's priorities\n- **Smart Prioritization** - Color-coded priority system (High/Medium/Low)\n- **Quick Add** - Create tasks in seconds\n- **Dark/Light Mode** - Eye-friendly themes\n- **Cross-Platform** - Works on Android and iOS\n\n## Screenshots 📱\n![ToDay](screenshots/screenrecord.gif)  \n\n## Tech Stack 🛠️\n\n- **Flutter** - Beautiful native apps\n- **SQLite** - Local task storage\n- **Provider** - State management\n\n## Installation ⚡\n\n1. Ensure Flutter is installed:\n   ```bash\n    flutter doctor\n   ```\n\n2. Clone the repository:\n   ```bash\n    git clone https://github.com/fiqryx/to-day.git\n   ```\n\n3. Install dependencies:\n   ```bash\n    flutter pub get\n   ```\n\n4. Run the app:\n   ```bash\n    flutter run\n   ```\n\n\n## Configuration ⚙️\nSet up environment variables:\n```bash\ncp .env.example .env\n```\ndefault configuration\n```ini\nAPP_NAME=ToDay\nDB_NAME=to_day.db\n```\n\n## How to Build 🚀\n```bash\nflutter build apk --release  # Android\nflutter build ios --release  # iOS\n# or\nflutter build apk --split-per-abi # Android\n```\n#### ✅ Completed (v1.0.6)\n- [x] Basic task management\n- [x] Priority tagging (High/Medium/Low)\n- [x] Light/Dark theme toggle\n- [x] Daily progress statistics\n- [x] Filtering task by priority\n\n\u003c!-- #### ⏳ In Progress (v1.5)\n- [ ] **Sync Alarm**  \n  ▸ Smart reminders tied to task deadlines  \n  ▸ Customizable alert tones  \n  ▸ Snooze functionality   --\u003e\n\n\u003c!-- ### ✨ Planned Features\n\n#### Core Improvements\n- [ ] **Cloud Sync**  \n  ▸ End-to-end encrypted backup  \n  ▸ Cross-device synchronization  \n  ▸ Offline mode support  \n\n- [ ] **Recurring Tasks**  \n  ▸ \"Repeat every X days/weeks/months\"  \n  ▸ Exception handling for skipped dates  \n  ▸ Template tasks  \n\n#### Platform Enhancements  \n- [ ] **Widget Support**  \n  ▸ iOS home screen widgets  \n  ▸ Android widgets  \n  ▸ Quick-add from widget  \n\n#### Future Possibilities  \n- [ ] Natural language input (\"Lunch with Amy at 1pm tomorrow\")  \n- [ ] Location-based reminders  \n- [ ] Team task sharing  \n- [ ] Voice command integration --\u003e\n\n\n## Contributing 🤝\nContributions are welcome! Here's how to get started:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License 📄\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\u003c!-- ### How to change icon\ninstall deps:\n```bash\nflutter pub get flutter_launcher_icons\n```\nadd like this:\n```yml\nflutter_launcher_icons:\n  android: \"launcher_icon\"\n  ios: true\n  image_path: \"assets/logo.png\"\n``` --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiqryx%2Fto-day","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiqryx%2Fto-day","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiqryx%2Fto-day/lists"}