Daily commit
This commit is contained in:
@ -35,6 +35,11 @@ dependencies:
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.8
|
||||
bloc: ^9.2.0
|
||||
app_links: ^7.0.0
|
||||
url_launcher: ^6.3.2
|
||||
flutter_bloc: ^9.1.1
|
||||
http: ^1.6.0
|
||||
json_serializable: ^6.12.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@ -46,6 +51,7 @@ dev_dependencies:
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^6.0.0
|
||||
build_runner: ^2.10.5
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
@ -62,10 +68,11 @@ flutter:
|
||||
assets:
|
||||
- assets/graphics/bg-supplier-clouds.png
|
||||
- assets/graphics/gas-tank.png
|
||||
- assets/graphics/gas-carrier.png
|
||||
- assets/graphics/supplier.png
|
||||
- assets/graphics/location-pin-cloud.png
|
||||
- assets/graphics/bg-carrier-cylinder-duo.png
|
||||
|
||||
- assets/graphics/truck.png
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/to/resolution-aware-images
|
||||
|
||||
|
||||
Reference in New Issue
Block a user