ionic-planb-logistic-app-fl.../pubspec.yaml
Mathias Beaulieu-Duncan 7f281ed91b auto-claude: subtask-1-1 - Update pubspec.yaml with safe patch and minor pack
Updated the following packages to their latest safe versions:
- go_router: ^17.0.0 -> ^17.0.1 (patch)
- shared_preferences: ^2.5.3 -> ^2.5.4 (patch)
- build_runner: ^2.4.14 -> ^2.10.5 (minor)
- json_serializable: ^6.9.2 -> ^6.11.1 (minor, capped due to analyzer conflict)
- google_navigation_flutter: ^0.7.0 -> ^0.8.2 (minor)

Note: json_serializable was capped at 6.11.1 instead of 6.11.4 due to
analyzer version conflict with riverpod_generator ^3.0.3.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-20 11:22:25 -05:00

89 lines
2.0 KiB
YAML

name: planb_logistic
description: "Plan B Logistics - Delivery Management Mobile App"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.9.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
flutter_riverpod: ^3.0.3
riverpod_annotation: ^3.0.3
animate_do: ^4.2.0
lottie: ^3.0.0
iconsax: ^0.0.8
flutter_animate: ^4.3.0
getwidget: ^7.0.0
flutter_appauth: ^11.0.0
flutter_secure_storage: ^9.2.4
jwt_decoder: ^2.0.1
http: ^1.2.2
json_annotation: ^4.9.0
flutter_localizations:
sdk: flutter
intl: ^0.20.2
image_picker: ^1.0.7
url_launcher: ^6.3.1
permission_handler: ^12.0.1
go_router: ^17.0.1
shared_preferences: ^2.5.4
http_interceptor: ^2.0.0
google_navigation_flutter: ^0.8.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
build_runner: ^2.10.5
json_serializable: ^6.11.1
riverpod_generator: ^3.0.3
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
generate: true
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-VariableFont_wght.ttf
- asset: assets/fonts/Montserrat-Italic-VariableFont_wght.ttf
style: italic
- family: IBMPlexMono
fonts:
- asset: assets/fonts/IBMPlexMono-Regular.ttf
- asset: assets/fonts/IBMPlexMono-Italic.ttf
style: italic
- asset: assets/fonts/IBMPlexMono-Bold.ttf
weight: 700
- asset: assets/fonts/IBMPlexMono-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/IBMPlexMono-Medium.ttf
weight: 500
- asset: assets/fonts/IBMPlexMono-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/IBMPlexMono-Light.ttf
weight: 300
- asset: assets/fonts/IBMPlexMono-LightItalic.ttf
weight: 300
style: italic