✨ Features implemented: - Smart inventory tracking with Hive database - Barcode scanning with auto-populated product info - Multiple API fallbacks (Open Food Facts, UPCItemDB) - Smart expiration date predictions by category - Discord webhook notifications (persisted) - Custom sage leaf vector icon - Material Design 3 UI with sage green theme - Privacy Policy & Terms of Service - Local-first, privacy-focused architecture 🎨 UI/UX: - Home dashboard with inventory stats - Add Item screen with barcode integration - Inventory list with expiration indicators - Settings with persistent preferences - About section with legal docs 🔧 Technical: - Flutter 3.35.5 with Riverpod state management - Hive 2.2.3 for local database - Mobile scanner for barcode detection - Feature-first architecture 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
# This file tracks properties of this Flutter project.
|
|
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
|
#
|
|
# This file should be version controlled and should not be manually edited.
|
|
|
|
version:
|
|
revision: "ac4e799d237041cf905519190471f657b657155a"
|
|
channel: "stable"
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: ac4e799d237041cf905519190471f657b657155a
|
|
base_revision: ac4e799d237041cf905519190471f657b657155a
|
|
- platform: android
|
|
create_revision: ac4e799d237041cf905519190471f657b657155a
|
|
base_revision: ac4e799d237041cf905519190471f657b657155a
|
|
- platform: ios
|
|
create_revision: ac4e799d237041cf905519190471f657b657155a
|
|
base_revision: ac4e799d237041cf905519190471f657b657155a
|
|
- platform: linux
|
|
create_revision: ac4e799d237041cf905519190471f657b657155a
|
|
base_revision: ac4e799d237041cf905519190471f657b657155a
|
|
- platform: macos
|
|
create_revision: ac4e799d237041cf905519190471f657b657155a
|
|
base_revision: ac4e799d237041cf905519190471f657b657155a
|
|
- platform: web
|
|
create_revision: ac4e799d237041cf905519190471f657b657155a
|
|
base_revision: ac4e799d237041cf905519190471f657b657155a
|
|
- platform: windows
|
|
create_revision: ac4e799d237041cf905519190471f657b657155a
|
|
base_revision: ac4e799d237041cf905519190471f657b657155a
|
|
|
|
# User provided section
|
|
|
|
# List of Local paths (relative to this file) that should be
|
|
# ignored by the migrate tool.
|
|
#
|
|
# Files that are not part of the templates will be ignored by default.
|
|
unmanaged_files:
|
|
- 'lib/main.dart'
|
|
- 'ios/Runner.xcodeproj/project.pbxproj'
|