{"id":28003221,"url":"https://github.com/upendraverma/daily-reminder","last_synced_at":"2026-07-05T02:31:25.419Z","repository":{"id":288257584,"uuid":"967380238","full_name":"UpendraVerma/Daily-Reminder","owner":"UpendraVerma","description":"🧠 A simple Flutter app to create, view, and manage daily reminders. Built with local persistence using SQLite – my first hands-on project exploring local databases in Flutter.","archived":false,"fork":false,"pushed_at":"2025-04-18T07:00:47.000Z","size":560,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T01:59:45.214Z","etag":null,"topics":["daily-reminder","daily-tasks","dart","flutter","reminder","sqlite"],"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/UpendraVerma.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}},"created_at":"2025-04-16T11:17:19.000Z","updated_at":"2025-04-18T07:26:01.000Z","dependencies_parsed_at":"2025-04-16T15:19:36.346Z","dependency_job_id":"edf8d8b0-b577-48b0-9c30-300c603a809f","html_url":"https://github.com/UpendraVerma/Daily-Reminder","commit_stats":null,"previous_names":["upendraverma/daily-reminder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpendraVerma%2FDaily-Reminder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpendraVerma%2FDaily-Reminder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpendraVerma%2FDaily-Reminder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpendraVerma%2FDaily-Reminder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UpendraVerma","download_url":"https://codeload.github.com/UpendraVerma/Daily-Reminder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176435,"owners_count":21866142,"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":["daily-reminder","daily-tasks","dart","flutter","reminder","sqlite"],"created_at":"2025-05-09T01:59:49.935Z","updated_at":"2025-10-27T15:05:24.486Z","avatar_url":"https://github.com/UpendraVerma.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🕑 Daily Reminder\n\nA simple Flutter app to manage your daily reminders. This app lets you add, edit, and delete reminder tasks — all stored locally using SQLite. It’s lightweight, fast, and works completely offline.\n\n---\n\n## ✨ Features\n\n- 📋 View a list of all your reminders  \n- ➕ Add new reminders with title, description, and time  \n- ✏️ Edit existing reminders  \n- 🗑️ Delete reminders  \n- 💾 Data stored locally using SQLite  \n- 🎨 Clean and minimal UI  \n- 🔔 Receive notifications for your reminders  \n\n---\n\n## 📚 What I Learned\n\nThis project helped me learn and apply the following:\n\n- How to use **SQLite** in a Flutter app using the `sqflite` plugin  \n- Creating and managing **local databases**  \n- Performing **CRUD operations** (Create, Read, Update, Delete)  \n- Navigating between screens using **Navigator**  \n- Managing state with `setState()` in **StatefulWidget**  \n- Building a clean and user-friendly UI with **Material Design**  \n- Setting up and handling **local notifications** in Flutter\n\n---\n\n## 🔧 Technologies Used\n\n- **Flutter** – UI framework for building cross-platform apps  \n- **Dart** – Programming language used with Flutter  \n- **SQLite** – Local database for persistent storage  \n- **sqflite** – SQLite plugin for Flutter  \n- **path** – To manage file paths for database  \n- **flutter_local_notifications** – Plugin for handling local notifications\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Flutter SDK installed  \n- Android Studio or VS Code  \n- Emulator or physical device  \n\n### Setup Instructions\n\n```bash\ngit clone https://github.com/UpendraVerma/Daily-Reminder.git\ncd daily_reminder\nflutter pub get\nflutter run\n```\n\n---\n\n## 🗂️ Project Structure\n\n```\nlib/\n├── constants/        # App colors and strings\n├── models/           # Reminder model\n├── services/         # Database helper (SQLite)\n├── views/            # Screens (Add reminder, Reminder list)\n└── main.dart         # Entry point\n```\n\n---\n\n## 📦 Dependencies\n\n```yaml\ndependencies:\n  flutter:\n    sdk: flutter\n  sqflite: ^2.3.0\n  path_provider: ^2.1.5\n  google_fonts: ^6.2.1\n  path: ^1.8.3\n  flutter_local_notifications: ^9.0.0\n```\n\n---\n\n## 📸 Screenshots\n\n| Reminder List | Add Reminder | Notification |\n|---------------|--------------|-------------|\n| ![Reminder List](screenshots/reminder_list.png) | ![Add Reminder](screenshots/add_reminder.png) | ![Notification](screenshots/reminder_push_notification.png) |\n\n---\n\n## 📄 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n---\n\n## 🙌 Acknowledgments\n\n- Flutter team for the amazing framework  \n- `sqflite` plugin contributors  \n- `flutter_local_notifications` plugin contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupendraverma%2Fdaily-reminder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupendraverma%2Fdaily-reminder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupendraverma%2Fdaily-reminder/lists"}