AI_Drawing/pubspec.yaml
2024-06-03 15:30:15 +08:00

79 lines
2.5 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: aiplot
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter 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 is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.1.0+1
environment:
sdk: '>=2.18.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
dio: ^5.1.1 #网络请求
cupertino_icons: ^1.0.2
flutter_easyloading: ^3.0.3 #简单的加载loading
event_bus: ^2.0.0
common_utils: ^2.1.0
shared_preferences: ^2.0.15
device_info: ^2.0.3
url_launcher: ^6.1.5
flutter_staggered_grid_view: ^0.6.2
image_gallery_saver: ^2.0.3
cached_network_image: ^3.2.3
permission_handler: ^10.4.5
json_annotation: ^4.1.0
image_picker: ^0.8.4
mime: ^1.0.4
flutter_native_image: ^0.0.6
webview_flutter: ^2.8.0
image_cropper: ^3.0.2
expandable_text: ^2.3.0
fluttertoast: ^8.2.1
sensors_analytics_flutter_plugin: ^2.3.0
ironsource_mediation: ^1.2.0
share_plus: ^7.0.1
path_provider: ^2.0.15
connectivity_plus: ^3.0.0
photo_view: ^0.14.0
dev_dependencies:
build_runner: ^2.1.11
flutter_test:
sdk: flutter
json_serializable: ^4.1.4
flutter_lints: ^2.0.0
sa_aspectd_impl:
git:
url: https://github.com/sensorsdata/sa_aspectd_impl.git # 模块 github 地址
ref: v2.2.1 # 对应版本 tag建议使用最新版本
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
flutter_intl:
enabled: true