69 lines
1.7 KiB
YAML
69 lines
1.7 KiB
YAML
name: cargo
|
|
description: "A new Flutter project."
|
|
|
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=3.4.1 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
cupertino_icons: ^1.0.6
|
|
flutter_bloc: ^8.1.6
|
|
get_it: ^7.7.0
|
|
equatable: ^2.0.5
|
|
dartz: ^0.10.1
|
|
shared_preferences: ^2.2.3
|
|
http: ^1.2.2
|
|
internet_connection_checker: ^1.0.0+1
|
|
flutter_phoenix: ^1.1.1
|
|
flutter_svg: ^2.0.10+1
|
|
flutter_secure_storage: ^9.2.2
|
|
flutter_map: ">=6.0.0 <7.0.0"
|
|
latlong2: ^0.9.0
|
|
flutter_map_marker_cluster: ^1.3.6
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^3.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- assets/svg/
|
|
- assets/svg/logo/
|
|
- assets/images/
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
# https://flutter.dev/assets-and-images/#resolution-aware
|
|
|
|
# For details regarding adding assets from package dependencies, see
|
|
# https://flutter.dev/assets-and-images/#from-packages
|
|
|
|
# To add custom fonts to your application, add a fonts section here,
|
|
# in this "flutter" section. Each entry in this list should have a
|
|
# "family" key with the font family name, and a "fonts" key with a
|
|
# list giving the asset and other descriptors for the font. For
|
|
# example:
|
|
# fonts:
|
|
# - family: Schyler
|
|
# fonts:
|
|
# - asset: fonts/Schyler-Regular.ttf
|
|
# - asset: fonts/Schyler-Italic.ttf
|
|
# style: italic
|
|
# - family: Trajan Pro
|
|
# fonts:
|
|
# - asset: fonts/TrajanPro.ttf
|
|
# - asset: fonts/TrajanPro_Bold.ttf
|
|
# weight: 700
|
|
#
|
|
# For details regarding fonts from package dependencies,
|
|
# see https://flutter.dev/custom-fonts/#from-packages
|