{"id":48817231,"url":"https://github.com/dazeddingo/groceries-app","last_synced_at":"2026-04-30T17:00:55.257Z","repository":{"id":351115782,"uuid":"1208725603","full_name":"DazedDingo/groceries-app","owner":"DazedDingo","description":"Shared household grocery app — shopping lists, pantry tracking, recipes, and Google Home integration. Built with Flutter + Firebase.","archived":false,"fork":false,"pushed_at":"2026-04-28T21:24:39.000Z","size":991,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-28T21:26:09.271Z","etag":null,"topics":["android","dart","firebase","flutter","google-home","grocery-list","material-design","riverpod"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DazedDingo.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-04-12T17:04:35.000Z","updated_at":"2026-04-28T21:24:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/DazedDingo/groceries-app","commit_stats":null,"previous_names":["dazeddingo/groceries-app"],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/DazedDingo/groceries-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazedDingo%2Fgroceries-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazedDingo%2Fgroceries-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazedDingo%2Fgroceries-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazedDingo%2Fgroceries-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DazedDingo","download_url":"https://codeload.github.com/DazedDingo/groceries-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazedDingo%2Fgroceries-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32470879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["android","dart","firebase","flutter","google-home","grocery-list","material-design","riverpod"],"created_at":"2026-04-14T12:01:34.902Z","updated_at":"2026-04-30T17:00:55.252Z","avatar_url":"https://github.com/DazedDingo.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/icons/app_icon.png\" width=\"128\" alt=\"Groceries app icon\"/\u003e\n\u003c/p\u003e\n\n# Groceries\n\nA shared household grocery app built with Flutter and Firebase. Create a household, invite family members, and collaborate on shopping lists, pantry tracking, and meal planning — all in real time.\n\n## Features\n\n### Shopping List\n- One **expandable \"+\" FAB** holds every add path: type an item, quick voice, bulk voice, bulk paste, and scan a barcode\n- Add items manually or by **voice** (speech-to-text)\n- Items are auto-categorized for aisle-efficient shopping\n- Filter by category, bulk-select to check off or delete\n- Purchase history — see what you've bought and when\n\n### Pantry\n- Track what's at home with quantities and units\n- **Scan a barcode to add to pantry** — exact-name matches auto-increment with undo, fuzzy hits prompt \"stock existing or add new?\", and a fresh product opens an add dialog prefilled with the OpenFoodFacts product name and a guessed category\n- **Running low** button on each item — queues it to the shopping list 2 days later (with undo) so accidental taps are recoverable; promotion happens on the next pantry-screen open, no server job required\n- Smarter **shelf-life guessing** — per-item-name defaults (milk 7d, bacon 7d, sweet potato 21d) beat category defaults, and once an item has 3+ `bought` events the household's median days-between-purchases becomes the real-world shelf life\n- Automatic restock nudges via push notifications (Cloud Function)\n- Drill into item details to adjust quantity or delete\n\n### Recipes\n- Save recipes with ingredient lists\n- **\"Cook This\"** adds all missing ingredients to your shopping list in one tap\n- Create, edit, and browse household recipes\n\n### Household Sharing\n- Google Sign-In authentication\n- Create or join a household with an invite code\n- All data syncs in real time across members via Firestore\n\n### Integrations\n- **Google Home / IFTTT** — \"Hey Google, add milk to my grocery list\" (via Cloud Function webhook)\n- **Google Tasks** sync — two-way sync between your shopping list and Google Tasks\n- **Google Wallet** quick-link in settings\n\n### Other\n- US / metric unit toggle with automatic conversion\n- Color-coded, customizable categories\n- Push notifications for restock nudges and household events\n- Material 3 themed UI with an optional **refined** variant (sage palette, rounded cards, tighter typography) — toggleable in Settings\n\n## Tech Stack\n\n| Layer | Technology |\n|-------|-----------|\n| Frontend | Flutter (Dart) |\n| State management | Riverpod |\n| Routing | go_router |\n| Backend | Firebase (Auth, Firestore, Cloud Functions, Cloud Messaging) |\n| Cloud Functions | TypeScript — category guesser, Google Home webhook, restock nudges, Google Tasks sync |\n| Auth | Google Sign-In via Firebase Auth |\n\n## Project Structure\n\n```\nlib/\n├── models/          # Data models (Item, PantryItem, Recipe, Category, etc.)\n├── providers/       # Riverpod providers\n├── screens/\n│   ├── auth/        # Login\n│   ├── household/   # Household setup \u0026 invite flow\n│   ├── shopping_list/  # List, history, voice input\n│   ├── pantry/      # Pantry tracking\n│   ├── recipes/     # Recipe CRUD \u0026 \"Cook This\"\n│   └── settings/    # Unit toggle, categories, invites\n├── services/        # Firebase service layer\n└── theme/           # Material 3 theme\n\nfunctions/src/       # Firebase Cloud Functions (TypeScript)\n├── addToList.ts     # Google Home / IFTTT webhook\n├── categoryGuesser.ts\n├── nudgeRestock.ts  # Push notification nudges\n└── syncGoogleTasks.ts\n```\n\n## Getting Started\n\n### Prerequisites\n- Flutter SDK (^3.11)\n- A Firebase project with Auth, Firestore, Cloud Messaging, and Cloud Functions enabled\n- `google-services.json` in `android/app/`\n\n### Run locally\n```bash\nflutter pub get\nflutter run\n```\n\n### Deploy Cloud Functions\n```bash\ncd functions\nnpm install\nfirebase deploy --only functions\n```\n\n## License\n\nThis project is provided as-is for personal and educational use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazeddingo%2Fgroceries-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdazeddingo%2Fgroceries-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazeddingo%2Fgroceries-app/lists"}