calorimeter/pubspec.yaml
Marco cb18e1d1f0 Introduce PageView with manual switching of dates
1. Show PerDate widgets inside of an PageView
2. Introduce GoRouter so we can intercept back button taps with
   BackButtonListener
3. Implement rudimentary navigation
4. Fix bug that still showed a spinner event when the barcode was not
   found.
2024-10-06 02:20:08 +02:00

39 lines
744 B
YAML

name: calorimeter
description: "A new Flutter project."
publish_to: 'none'
version: 1.1.0
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.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.14.1
flutter:
uses-material-design: 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"