{"id":45620543,"url":"https://github.com/kidager/nudge","last_synced_at":"2026-02-23T18:39:09.933Z","repository":{"id":333308526,"uuid":"1136899062","full_name":"kidager/nudge","owner":"kidager","description":"A minimalist Flutter app that sends periodic audio reminders with configurable intervals, background notifications, and multi-language support.","archived":false,"fork":false,"pushed_at":"2026-02-09T01:29:34.000Z","size":163,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-20T09:37:38.927Z","etag":null,"topics":["beep","bell","casio","chime","flutter","reminder","reminder-app"],"latest_commit_sha":null,"homepage":"https://kidager.github.io/nudge/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kidager.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2026-01-18T15:06:21.000Z","updated_at":"2026-01-21T06:43:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kidager/nudge","commit_stats":null,"previous_names":["kidager/nudge"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kidager/nudge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kidager%2Fnudge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kidager%2Fnudge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kidager%2Fnudge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kidager%2Fnudge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kidager","download_url":"https://codeload.github.com/kidager/nudge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kidager%2Fnudge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29750812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: 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":["beep","bell","casio","chime","flutter","reminder","reminder-app"],"created_at":"2026-02-23T18:39:09.155Z","updated_at":"2026-02-23T18:39:09.925Z","avatar_url":"https://github.com/kidager.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"assets/icon.svg\" width=\"32\" height=\"32\" alt=\"Nudge icon\"\u003e Nudge\n\n[![Version](https://img.shields.io/github/v/release/kidager/nudge?label=version)](https://github.com/kidager/nudge/releases)\n\nA minimalist Flutter app that sends periodic audio reminders — inspired by the classic Casio digital watch hourly chime. Stay mindful of time passing without constantly checking your phone.\n\n**[Try the Web App →](https://kidager.github.io/nudge/)**\n\n## Features\n\n- **Configurable intervals** — Choose from 1 min, 5 min, 15 min, 30 min, or 1 hour\n- **Time-aligned beeps** — Reminders sync to the clock (e.g., 15-min interval beeps at :00, :15, :30, :45)\n- **Background notifications** — Works even when the app is closed (iOS \u0026 Android)\n- **Android audio channels** — Choose between Alarm (bypasses silent mode) or Media channel\n- **Cross-platform** — iOS, Android, and Web support\n- **Material 3 design** — Clean, modern UI with light/dark theme support\n\n## Screenshots\n\n\u003c!-- Add your screenshots here --\u003e\n\u003c!--\n| Light Mode | Dark Mode |\n|------------|-----------|\n| ![Light](screenshots/light.png) | ![Dark](screenshots/dark.png) |\n--\u003e\n\n*Screenshots coming soon*\n\n## Installation\n\n### Prerequisites\n\n- Flutter SDK ^3.10.7\n- Xcode (for iOS)\n- Android Studio (for Android)\n\n### Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/kidager/nudge.git\ncd nudge\n\n# Install dependencies\nflutter pub get\n\n# Run on your device\nflutter run\n```\n\n### Platform-specific builds\n\n```bash\n# Android\nflutter build apk\n\n# iOS\nflutter build ios\n\n# Web\nflutter build web\n```\n\n## How It Works\n\nNudge uses local notifications to deliver beeps even when the app is in the background:\n\n1. When enabled, the app schedules up to 64 notifications (iOS limit) at calculated times\n2. Beeps are aligned to clock time — a 15-minute interval will beep at :00, :15, :30, :45\n3. Notifications automatically reschedule when you open the app\n4. On Android, boot receivers ensure notifications persist after device restart\n\n## Tech Stack\n\n- **Flutter** — Cross-platform framework\n- **Riverpod** — State management\n- **flutter_local_notifications** — Background notifications\n- **audioplayers** — In-app sound playback\n- **shared_preferences** — Persistence\n- **[Tolgee](https://tolgee.io)** — Localization platform\n\n## Localization\n\nNudge is translated using [Tolgee](https://app.tolgee.io/projects/27166). Currently supported languages:\n\n- English\n- French\n- Arabic (with RTL support)\n\nTranslations are bundled with the app in `lib/tolgee/`. To contribute translations, visit the [Tolgee project](https://app.tolgee.io/projects/27166).\n\n## Permissions\n\n### Android\n- `POST_NOTIFICATIONS` — Display notification beeps\n- `SCHEDULE_EXACT_ALARM` — Precise timing for reminders\n- `RECEIVE_BOOT_COMPLETED` — Reschedule after device restart\n\n### iOS\n- Notification permission required for background beeps\n\n## Contributing\n\nContributions are welcome! Feel free to open issues or submit pull requests.\n\n## Third-Party Dependencies\n\nThis project uses the following open-source packages:\n\n| Package | License |\n|---------|---------|\n| [flutter_riverpod](https://pub.dev/packages/flutter_riverpod) | MIT |\n| [audioplayers](https://pub.dev/packages/audioplayers) | MIT |\n| [flutter_local_notifications](https://pub.dev/packages/flutter_local_notifications) | BSD-3-Clause |\n| [shared_preferences](https://pub.dev/packages/shared_preferences) | BSD-3-Clause |\n| [timezone](https://pub.dev/packages/timezone) | BSD-2-Clause |\n| [flutter_timezone](https://pub.dev/packages/flutter_timezone) | MIT |\n| [cupertino_icons](https://pub.dev/packages/cupertino_icons) | MIT |\n| [tolgee](https://pub.dev/packages/tolgee) | MIT |\n| [flutter_secure_storage](https://pub.dev/packages/flutter_secure_storage) | BSD-3-Clause |\n\n## License\n\nThis project is released into the public domain under [The Unlicense](UNLICENSE).\n\nYou are free to copy, modify, publish, use, compile, sell, or distribute this software for any purpose, commercial or non-commercial, without any restrictions.\n\n---\n\nBuilt with [Claude Code](https://claude.ai/code)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkidager%2Fnudge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkidager%2Fnudge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkidager%2Fnudge/lists"}