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.
107 lines
2.7 KiB
107 lines
2.7 KiB
name: huixiang |
|
description: 一心回乡. |
|
|
|
# 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.12.0 <3.0.0" |
|
# sdk: ">=2.7.0 <3.0.0" |
|
|
|
dependencies: |
|
flutter: |
|
sdk: flutter |
|
flutter_localizations: |
|
sdk: flutter |
|
fluwx: ^3.5.0 |
|
|
|
keframe: ^2.0.2 #滑动组件卡顿优化 |
|
|
|
tpns_flutter_plugin: |
|
git: |
|
url: git://github.com/TencentCloud/TPNS-Flutter-Plugin |
|
ref: V1.1.2 |
|
# tpns_flutter_plugin: ^1.1.0 |
|
|
|
like_button: ^2.0.2 |
|
barcode_widget: ^2.0.1 |
|
cupertino_icons: ^1.0.2 |
|
# flutter_swiper_null_safety: ^1.0.2 |
|
flutter_swiper: ^1.1.6 |
|
flutter_staggered_grid_view: ^0.4.0 # Null safety |
|
pull_to_refresh: ^2.0.0 # Null safety |
|
|
|
permission_handler: ^5.0.1+1 |
|
|
|
flutter_bmflocation: ^1.0.3 |
|
flutter_baidu_mapapi_base: ^2.0.1 |
|
flutter_baidu_mapapi_map: ^2.0.1 |
|
flutter_baidu_mapapi_search: ^2.0.1 |
|
flutter_baidu_mapapi_utils: ^2.0.1 |
|
|
|
dio: ^3.0.10 |
|
rxdart: ^0.26.0 |
|
retrofit: ^1.3.4+1 |
|
json_annotation: ^3.1.1 |
|
logger: ^1.0.0 |
|
|
|
android_intent_plus: ^1.0.2 |
|
flutter_screenutil: ^5.0.0+2 |
|
bubble_tab_indicator: ^0.1.6 |
|
|
|
event_bus: ^2.0.0 |
|
intl: ^0.17.0 |
|
shared_preferences: ^2.0.6 |
|
flutter_smart_dialog: ^2.1.6 |
|
|
|
qr_flutter: ^4.0.0 |
|
url_launcher: ^6.0.5 |
|
|
|
image_cropper: ^1.4.1 |
|
image_picker_gallery_camera: ^0.1.6 |
|
|
|
path_provider: ^1.2.0 |
|
cached_network_image: ^2.0.0 |
|
|
|
flutter_html: ^1.3.0 #2.1.0 |
|
webview_flutter: ^1.0.7 |
|
chewie_audio: ^1.1.2 |
|
|
|
photo_view: ^0.11.1 |
|
video_player: ^1.0.1 |
|
|
|
package_info: ^2.0.2 |
|
|
|
sharesdk_plugin: ^1.3.0 |
|
|
|
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
|
|
|