calorimeter/pubspec.yaml
Marco 2509c1721c Overhaul ui and remove BackButtonListener
1. Make EnterFoodWidget animated
2. Fix exception when reading quantity for a food.

Introduce first integration test
2025-01-05 17:25:34 +01:00

46 lines
917 B
YAML

name: calorimeter
description: "Track your calories!"
publish_to: 'none'
environment:
sdk: ^3.5.3
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.6
flutter_localizations:
sdk: flutter
intl: any
path_provider: ^2.1.4
settings_ui: ^2.0.2
universal_platform: ^1.1.0
uuid: ^4.5.0
barcode_scan2: ^4.3.3
provider: ^6.1.2
test: ^1.25.7
go_router: ^14.6.2
path_provider_platform_interface: ^2.1.2
plugin_platform_interface: ^2.1.8
http: ^1.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.14.1
integration_test:
sdk: flutter
mockito: ^5.4.5
build_runner: ^2.4.14
flutter:
uses-material-design: true
generate: true
flutter_launcher_icons:
android: "launcher_icon"
image_path: "assets/icon.png"
adaptive_icon_background: "assets/icon_background.png"
adaptive_icon_foreground: "assets/icon.png"