You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.1 KiB
74 lines
2.1 KiB
4 years ago
|
name: huixiang
|
||
|
description: A new Flutter application.
|
||
|
|
||
|
# The following line prevents the package from being accidentally published to
|
||
|
# pub.dev using `pub publish`. This is preferred for private packages.
|
||
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||
|
|
||
|
# The following defines the version and build number for your application.
|
||
|
# A version number is three numbers separated by dots, like 1.2.43
|
||
|
# followed by an optional build number separated by a +.
|
||
|
# Both the version and the builder number may be overridden in flutter
|
||
|
# build by specifying --build-name and --build-number, respectively.
|
||
|
# In Android, build-name is used as versionName while build-number used as versionCode.
|
||
|
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
|
||
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||
|
# Read more about iOS versioning at
|
||
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||
|
version: 1.0.0+1
|
||
|
|
||
|
environment:
|
||
|
sdk: ">=2.7.0 <3.0.0"
|
||
|
# sdk: ">=2.12.0 <3.0.0"
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
flutter_localizations:
|
||
|
sdk: flutter
|
||
|
|
||
|
|
||
|
cupertino_icons: ^1.0.2
|
||
|
flutter_swiper_null_safety: ^1.0.2
|
||
|
flutter_staggered_grid_view: ^0.4.0 # Null safety
|
||
|
pull_to_refresh: ^2.0.0 # Null safety
|
||
|
|
||
|
permission_handler: ^5.0.1+1
|
||
|
amap_flutter_map: ^1.0.0
|
||
|
amap_flutter_location: ^2.0.0 # Null safety
|
||
|
|
||
|
rxdart: ^0.26.0
|
||
|
retrofit: ^1.3.4+1
|
||
|
json_annotation: ^3.1.1
|
||
|
webview_flutter: ^2.0.8
|
||
|
logger: ^1.0.0
|
||
|
|
||
|
flutter_screenutil: ^5.0.0+2
|
||
|
bubble_tab_indicator: ^0.1.6
|
||
|
# permission_handler: ^8.1.0 # Null safety
|
||
|
# amap_flutter_map: ^2.0.1 # Null safety
|
||
|
# amap_flutter_location: ^2.0.0 # Null safety
|
||
|
|
||
|
intl: ^0.17.0
|
||
|
shared_preferences: ^2.0.6
|
||
|
fluttertoast: ^8.0.7
|
||
|
# flukit: ^1.0.2
|
||
|
|
||
|
dev_dependencies:
|
||
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
retrofit_generator: ^1.4.1+3
|
||
|
build_runner: ^1.11.5
|
||
|
json_serializable: ^3.5.1
|
||
|
|
||
|
flutter:
|
||
|
|
||
|
uses-material-design: true
|
||
|
|
||
|
assets:
|
||
|
- assets/image/
|
||
|
- assets/map_style/
|
||
|
|
||
|
flutter_intl:
|
||
|
enabled: true
|