Snackbar Improvements: - All snackbars now have colored backgrounds (green/red/orange/blue) - Added icons to snackbar messages (check_circle, error, warning, info) - Floating behavior with bottom margin to avoid obscuring action buttons - Consistent styling across menu_browse, cart_view, and login screens App State Fixes: - Clear cartItemCount when switching businesses (setBusiness, setServicePoint, setBusinessAndServicePoint, clearAll) - Prevents stale cart count showing after switching restaurants 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
35 lines
660 B
YAML
35 lines
660 B
YAML
name: payfrit_app
|
|
description: Payfrit MVP Flutter app scaffold
|
|
publish_to: "none"
|
|
version: 0.1.0+1
|
|
|
|
environment:
|
|
sdk: ">=3.4.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
http: ^1.2.2
|
|
provider: ^6.1.2
|
|
|
|
permission_handler: ^11.3.1
|
|
shared_preferences: ^2.2.3
|
|
dchs_flutter_beacon: ^0.6.6
|
|
flutter_stripe: ^11.4.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^4.0.0
|
|
flutter_launcher_icons: ^0.14.4
|
|
|
|
flutter_launcher_icons:
|
|
android: true
|
|
ios: true
|
|
image_path: "icon.png"
|
|
adaptive_icon_background: "#000000"
|
|
adaptive_icon_foreground: "icon.png"
|
|
remove_alpha_ios: true
|
|
|
|
flutter:
|
|
uses-material-design: true
|