2024-07-23 04:27:35 +00:00
|
|
|
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
|
2024-07-29 07:35:53 +00:00
|
|
|
flutter_map: ">=6.0.0 <7.0.0"
|
|
|
|
|
latlong2: ^0.9.0
|
2024-08-27 09:55:15 +00:00
|
|
|
# flutter_map_marker_cluster: ^1.3.6
|
2024-08-03 07:58:07 +00:00
|
|
|
easy_localization: ^3.0.7
|
2024-08-08 18:34:30 +00:00
|
|
|
intl: ^0.19.0
|
2024-08-28 12:03:03 +00:00
|
|
|
# cached_network_image: ^3.4.1
|
|
|
|
|
flutter_native_splash: ^2.4.1
|
2024-08-29 08:48:59 +00:00
|
|
|
url_launcher: ^6.3.0
|
2024-08-30 11:07:22 +00:00
|
|
|
another_stepper: ^1.2.2
|
2024-09-10 04:58:33 +00:00
|
|
|
firebase_messaging: ^14.7.10
|
|
|
|
|
firebase_core: ^2.24.2
|
|
|
|
|
flutter_local_notifications: ^17.2.2
|
|
|
|
|
path_provider: ^2.1.4
|
|
|
|
|
permission_handler: ^11.3.1
|
2024-07-23 04:27:35 +00:00
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
2024-08-27 12:53:46 +00:00
|
|
|
flutter_launcher_icons: ^0.13.1
|
2024-07-23 04:27:35 +00:00
|
|
|
|
|
|
|
|
flutter_lints: ^3.0.0
|
|
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
|
uses-material-design: true
|
|
|
|
|
|
|
|
|
|
assets:
|
2024-08-27 12:53:46 +00:00
|
|
|
- assets/logo/
|
2024-07-23 04:27:35 +00:00
|
|
|
- assets/svg/
|
|
|
|
|
- assets/svg/logo/
|
|
|
|
|
- assets/images/
|
2024-08-03 07:58:07 +00:00
|
|
|
- assets/locale/
|
2024-07-23 04:27:35 +00:00
|
|
|
|
2024-08-27 12:53:46 +00:00
|
|
|
flutter_launcher_icons:
|
|
|
|
|
android: "launcher_icon"
|
|
|
|
|
ios: true
|
|
|
|
|
image_path: "assets/logo/logo.png"
|
|
|
|
|
min_sdk_android: 21 # android min sdk min:16, default 21
|
|
|
|
|
remove_alpha_ios: true
|
|
|
|
|
adaptive_icon_background: "#343FDE"
|
2024-07-23 04:27:35 +00:00
|
|
|
|
2024-08-28 12:03:03 +00:00
|
|
|
flutter_native_splash:
|
|
|
|
|
color: "#343FDE"
|
|
|
|
|
image: assets/logo/logo.png
|
|
|
|
|
|
|
|
|
|
android_12:
|
|
|
|
|
color: "#343FDE"
|
2024-09-03 11:06:05 +00:00
|
|
|
image: assets/logo/logo.png
|