{"id":23038534,"url":"https://github.com/xalpharax/daily_planner","last_synced_at":"2026-05-05T04:40:09.080Z","repository":{"id":252810007,"uuid":"841496619","full_name":"xAlpharax/daily_planner","owner":"xAlpharax","description":"A complete To-Do App made in Flutter for Android, iOS and Web with Firebase.","archived":false,"fork":false,"pushed_at":"2024-09-19T17:17:04.000Z","size":14228,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T13:44:45.274Z","etag":null,"topics":["android","apk","dart","firebase","flutter","flutter-apps","ios","to-do","to-do-list","todo","todo-app","todo-list","todoapp","todolist","web"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xAlpharax.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}},"created_at":"2024-08-12T14:20:55.000Z","updated_at":"2024-12-14T15:37:46.000Z","dependencies_parsed_at":"2024-08-21T17:57:33.190Z","dependency_job_id":null,"html_url":"https://github.com/xAlpharax/daily_planner","commit_stats":null,"previous_names":["xalpharax/daily_planner"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xAlpharax%2Fdaily_planner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xAlpharax%2Fdaily_planner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xAlpharax%2Fdaily_planner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xAlpharax%2Fdaily_planner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xAlpharax","download_url":"https://codeload.github.com/xAlpharax/daily_planner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246909869,"owners_count":20853468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["android","apk","dart","firebase","flutter","flutter-apps","ios","to-do","to-do-list","todo","todo-app","todo-list","todoapp","todolist","web"],"created_at":"2024-12-15T18:19:27.408Z","updated_at":"2026-05-05T04:40:04.034Z","avatar_url":"https://github.com/xAlpharax.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daily Planner\n\nA complete To-Do App made in Flutter for Android, iOS and Web with Firebase.\n\nThis app's features:\n- Cloud synced todo list in realtime with Firebase Cloud Firestore\n- User authentication across supported devices with Firebase Auth\n- OAuth with Google via firebase_ui_auth for Google\n- Each account has its own private data that they authenticate into to view and modify\n- Notifications for reminders to complete the tasks via Firebase Cloud Messaging (opt-in)\n- Priority queue task management with lightning fast sync from the CRUD of Cloud Firestore\n- Offline app data, you have your tasks persist in the app even if you aren't connected to the internet\n- FOSS, it is Free and and Open Source Software with an * asterisk because of Firebase use, otherwise the code is licensed under AGPL\n- Cool UI and UX (imho) with Material Design\n- Light / Dark mode with getx state management\n\nDotenv and every key or stuff shown is deliberate for the project and was requested to be present.\n\n## Installation Instructions\n\nGo to the [Releases](https://github.com/xAlpharax/daily_planner/releases) page of the project and download the `.apk`, then install it. Web is also available. (I'm sorry but for iOS you will have to compile it yourself)\n\n## Demo\n\nhttps://github.com/user-attachments/assets/8c49eba9-3db8-4758-a8d2-312f689b21ba\n\n## Compiling Instructions\n\n1. Make sure to have the Flutter SDK installed and pointed at by your IDE.\n2. Open the repository with your IDE, go to pubspec.yaml and perform `pub get`\n3. Select a platform to test the application on.\n4. Hit Run.\n5. ???\n6. Profit.\n\nMore simply put:\n\n```bash\n# make sure flutter is installed and you can use it in cli like:\n#flutter --version\n\n# make sure you are in the appropriate directory `daily_planner`\n# the output of pwd should be the project directory `daily_planner`\n#pwd\n\n# run pub get\nflutter pub get\n\n# you should be able to build these three with no issue\nflutter build apk\nflutter build ios\nflutter build web\n```\n\n## Packages used for the App\n\nI have used, as seen in `pubspec.yaml`:\n\n```yaml\n# state management\nget: ^4.6.6\nget_storage: ^2.1.1\n\n# handling requesting device permissions\npermission_handler: ^11.3.1\n\n# localization helper for dates and strings\nintl: ^0.19.0\n\n# firebase tooling suite\nfirebase_core: ^3.3.0\nfirebase_auth: ^5.1.4\nfirebase_ui_auth: ^1.15.0\ncloud_firestore: ^5.2.1\nfirebase_messaging: ^15.0.4\n\n# pretty app icon on all platforms\nflutter_launcher_icons: ^0.13.1\n```\n\n## Flutter Installation Versions Info\n\nI have used this flutter installation to have everything running right inside Android Studio:\n\n```bash\nalphara@deltarion ~\u003e flutter --version\nFlutter 3.24.0 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 80c2e84975 (2 weeks ago) • 2024-07-30 23:06:49 +0700\nEngine • revision b8800d88be\nTools • Dart 3.5.0 • DevTools 2.37.2\nalphara@deltarion ~\u003e\n```\n\n## Contributing\n\nI'm actively supporting FOSS collaboration, so, if you feel like you can help in any way, file an issue in the *Issues* tab or submit a Pull Request and I will go through it.\n\n## License\n\nCopyright (C) xAlpharax\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.\n\n## Images and Graphics\n\nAnd here I refer to the app images under `assets/`.\n\n[Creative Commons Attribution 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxalpharax%2Fdaily_planner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxalpharax%2Fdaily_planner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxalpharax%2Fdaily_planner/lists"}