{"id":20459993,"url":"https://github.com/uditmahato/flutter_todo","last_synced_at":"2025-09-24T21:30:31.572Z","repository":{"id":189686927,"uuid":"680867920","full_name":"uditmahato/flutter_todo","owner":"uditmahato","description":"This Flutter To-Do application is a user-friendly and secure task management solution. It offers user registration and authentication through Firebase, allowing users to create, update, and prioritize tasks. With real-time synchronization, users can stay organized and manage their to-do lists efficiently. ","archived":false,"fork":false,"pushed_at":"2023-10-29T19:51:05.000Z","size":2360,"stargazers_count":16,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T21:27:18.407Z","etag":null,"topics":["collegeproject","dart","firebase-auth","firebase-realtime-database","flutter","taskmanager","todoapp"],"latest_commit_sha":null,"homepage":"https://firedev-64a4e.web.app","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/uditmahato.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":"2023-08-20T17:04:40.000Z","updated_at":"2025-03-28T12:11:45.000Z","dependencies_parsed_at":"2023-08-21T10:37:36.955Z","dependency_job_id":"71e4242a-7232-4721-86d0-b75a514e6792","html_url":"https://github.com/uditmahato/flutter_todo","commit_stats":null,"previous_names":["uditmahato/flutter_todo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/uditmahato/flutter_todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditmahato%2Fflutter_todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditmahato%2Fflutter_todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditmahato%2Fflutter_todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditmahato%2Fflutter_todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uditmahato","download_url":"https://codeload.github.com/uditmahato/flutter_todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditmahato%2Fflutter_todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276822212,"owners_count":25710981,"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","status":"online","status_checked_at":"2025-09-24T02:00:09.776Z","response_time":97,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["collegeproject","dart","firebase-auth","firebase-realtime-database","flutter","taskmanager","todoapp"],"created_at":"2024-11-15T12:18:00.103Z","updated_at":"2025-09-24T21:30:31.566Z","avatar_url":"https://github.com/uditmahato.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter To-Do Application with Firebase Authentication\n\n![Flutter](https://img.shields.io/badge/Flutter-2.0-blue)\n![Firebase](https://img.shields.io/badge/Firebase-9.0.0-orange)\n![License](https://img.shields.io/badge/License-MIT-green)\n\nThis Flutter to-do application with Firebase authentication offers a range of features to help you manage your tasks efficiently.\n\n## Features\n\n- **Sign-up and Sign-in with Firebase:** Users can securely register and log in with their email and password.\n\n- **CRUD Operations:** Create, read, update, and delete tasks to stay organized.\n\n- **Task Priority:** Set priority levels for tasks to manage your time effectively.\n\n- **Delete All Button:** Quickly clear your task list when needed.\n\n- **User Profile:** View and manage your profile, including your name and email.\n\n- **Change Profile Image:** Customize your profile with a profile image of your choice.\n\n- **Change Password:** Update your password for enhanced security.\n\n- **Theme Mode:** Choose from light and dark themes for a personalized experience.\n\n- **Notifications:** Set task priorities and receive mobile notifications to stay on top of your to-dos.\n\n## Screenshots\n\n![Sign-up Page](screenshots/signup_page.jpg)\n![Signup Confirmation](screenshots/signup_confirmation.jpg)\n![Login Page](screenshots/login_page.jpg)\n![Main Page](screenshots/main_page.jpg)\n![Add Task](screenshots/add_task.jpg)\n![Change Password](screenshots/change_password.jpg)\n![Notification Page](screenshots/notification_page.jpg)\n![Profile and Settings](screenshots/profileandsetting.jpg)\n![Theme Mode](screenshots/theme_mode.jpg)\n\n## Getting Started\n\nTo run this Flutter application, follow these steps:\n\n1. **Clone the Repository:**\n\n    ```bash\n    git clone https://github.com/uditmahato/flutter_todo.git\n    cd flutter_todo\n    ```\n\n2. **Firebase Configuration:**\n\n    - Create a new Firebase project on the [Firebase Console](https://console.firebase.google.com/).\n    - Configure Firebase for your app and download the `google-services.json` file.\n    - Place the `google-services.json` in the `android/app` directory.\n    - Add the necessary Firebase SDK dependencies to your `android/app/build.gradle` and `android/build.gradle` files.\n\n3. **Flutter Dependencies:**\n\n    Run the following command to install Flutter dependencies:\n\n    ```bash\n    flutter pub get\n    ```\n\n4. **Run the App:**\n\n    Use the following command to run the app on an emulator or connected device:\n\n    ```bash\n    flutter run\n    ```\n\n## Configuration\n\nYou will need to configure the Firebase project with your own settings. Make sure to update the Firebase configuration files and adjust the app's Firebase settings as needed.\n\n## Contributing\n\nContributions are welcome! If you'd like to improve this project, please open an issue or submit a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Show Your Support\n\nIf you find this project useful, please consider giving it a star on GitHub to show your support.\n\n[![GitHub stars](https://img.shields.io/github/stars/uditmahato/flutter_todo.svg?style=social)](https://github.com/uditmahato/flutter_todo)\n\nYour support is greatly appreciated!\n\n## Acknowledgments\n\n- Thanks to the Flutter and Firebase communities for their valuable resources and documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditmahato%2Fflutter_todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuditmahato%2Fflutter_todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditmahato%2Fflutter_todo/lists"}