169 lines
5.0 KiB
YAML
169 lines
5.0 KiB
YAML
name: yumi
|
|
description: "Yumi"
|
|
# 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 followinFg 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.0.0+1
|
|
|
|
|
|
environment:
|
|
sdk: ^3.7.2
|
|
|
|
# Dependencies specify other packages that your package needs in order to work.
|
|
# To automatically upgrade your package dependencies to the latest versions
|
|
# consider running `flutter pub upgrade --major-versions`. Alternatively,
|
|
# dependencies can be manually updated by changing the version numbers below to
|
|
# the latest version available on pub.dev. To see which dependencies have newer
|
|
# versions available, run `flutter pub outdated`.
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
|
|
# The following adds the Cupertino Icons fonts to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^1.0.8
|
|
#状态管理
|
|
provider: ^6.1.5
|
|
#屏幕适配
|
|
flutter_screenutil: 5.9.3
|
|
#网络请求工具
|
|
dio: ^5.8.0+1
|
|
#网络请求日志打印
|
|
pretty_dio_logger: ^1.1.1
|
|
#下拉刷新
|
|
pull_to_refresh: 2.0.0
|
|
#声网
|
|
agora_rtc_engine: ^6.5.2
|
|
# agora_rtm: 1.6.0
|
|
#腾讯IM
|
|
tencent_cloud_chat_sdk: 8.3.6498+3
|
|
#缓存
|
|
flutter_cache_manager: ^3.0.0
|
|
#路由
|
|
fluro: 2.0.5
|
|
#权限请求
|
|
permission_handler: ^12.0.0+1
|
|
webview_flutter: 4.4.2
|
|
#跳转外链
|
|
url_launcher: ^6.3.1
|
|
#键值对存储
|
|
# mmkv: ^2.2.2
|
|
shared_preferences: ^2.5.3
|
|
#cookie
|
|
cookie_jar: ^4.0.8
|
|
#toast
|
|
fluttertoast: ^8.2.12
|
|
#isolate池
|
|
isolate_easy_pool: ^0.0.8
|
|
#图片加载
|
|
cached_network_image: ^3.4.1
|
|
extended_image: ^10.0.1
|
|
#视频播放
|
|
video_player: ^2.10.0
|
|
#谷歌登录
|
|
google_sign_in: ^6.3.0
|
|
firebase_auth: ^5.7.0
|
|
firebase_core: ^3.15.2
|
|
firebase_crashlytics: ^4.3.9
|
|
#苹果登录
|
|
sign_in_with_apple: ^7.0.1
|
|
#相册
|
|
# wechat_assets_picker: ^9.5.0
|
|
# wechat_camera_picker: ^4.2.0
|
|
image_picker: ^1.2.0
|
|
#图片裁剪
|
|
image_cropper:
|
|
path: ./local_packages/image_cropper-5.0.1-patched
|
|
back_button_interceptor: ^8.0.4
|
|
#vap特效
|
|
# flutter_vap_plus: ^1.2.10
|
|
# tancent_vap: ^1.0.0+1
|
|
tancent_vap:
|
|
path: ./local_packages/tancent_vap-1.0.0+1
|
|
#svga特效
|
|
flutter_svga: ^0.0.5
|
|
#banner
|
|
carousel_slider: ^5.1.1
|
|
#谷歌支付
|
|
in_app_purchase: ^3.2.3
|
|
|
|
device_info_plus: ^10.0.0
|
|
package_info_plus: ^8.0.0
|
|
uuid: ^4.5.1
|
|
wakelock_plus: ^1.1.0
|
|
#防抖
|
|
flutter_debouncer: ^2.0.0
|
|
#弹框
|
|
flutter_smart_dialog: ^4.9.8+9
|
|
extended_text_field: 16.0.2
|
|
# flutter_sound: 9.28.0
|
|
#图片压缩
|
|
flutter_image_compress: ^2.4.0
|
|
extended_text: ^15.0.2
|
|
#缩略图
|
|
video_thumbnail: ^0.5.6
|
|
badges: ^3.1.2
|
|
#本地路径
|
|
path_provider: ^2.1.4
|
|
photo_view: ^0.15.0
|
|
flutter_staggered_grid_view: ^0.7.0
|
|
marquee: ^2.3.0
|
|
extended_nested_scroll_view: ^6.2.1
|
|
event_bus: ^2.0.1
|
|
readmore: ^3.0.0
|
|
#外链跳转
|
|
app_links: ^6.4.1
|
|
|
|
dev_dependencies:
|
|
flutter_launcher_icons: ^0.14.4
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^5.0.0
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://dart.dev/tools/pub/pubspec
|
|
|
|
# The following section is specific to Flutter packages.
|
|
flutter:
|
|
# The following line ensures that the Material Icons fonts is
|
|
# included with your application, so that you can use the icons in
|
|
# the material Icons class.
|
|
uses-material-design: true
|
|
# fonts:
|
|
# - family: MyCustomFont
|
|
# fonts:
|
|
# - asset: fonts/AAA-bold.ttf
|
|
assets:
|
|
# 共享资源
|
|
# 应用资源路径
|
|
- assets/
|
|
- assets/l10n/
|
|
- sc_images/splash/
|
|
- sc_images/login/
|
|
- sc_images/general/
|
|
- sc_images/index/
|
|
- sc_images/room/
|
|
- sc_images/room/entrance/
|
|
- sc_images/room/anim/
|
|
- sc_images/person/
|
|
- sc_images/store/
|
|
- sc_images/msg/
|
|
- sc_images/level/
|
|
- sc_images/coupon/
|
|
- fonts/
|