远程遥控开发中
This commit is contained in:
22
pubspec.yaml
22
pubspec.yaml
@@ -2,7 +2,7 @@ name: maibu_satabot_v2
|
||||
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
|
||||
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
|
||||
@@ -43,7 +43,6 @@ dependencies:
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.8
|
||||
|
||||
|
||||
# MY PACKAGES
|
||||
cc_ui_kit:
|
||||
path: ./packages/cc_ui_kit
|
||||
@@ -79,14 +78,27 @@ dependencies:
|
||||
google_fonts: ^6.2.1
|
||||
|
||||
# ===== WebView =====
|
||||
flutter_inappwebview: ^6.1.5
|
||||
# flutter_inappwebview: ^6.1.5
|
||||
|
||||
# ===== 图片 =====
|
||||
flutter_svg: ^2.2.3
|
||||
|
||||
# ===== 屏幕适配,高刷等 =====
|
||||
# flutter_displaymode: ^0.7.0
|
||||
# flutter_displaymode: ^0.7.0
|
||||
|
||||
# ===== WebRTC =====
|
||||
flutter_webrtc: ^1.2.1
|
||||
|
||||
# ===== 日志存储 =====
|
||||
sentry_flutter: ^9.10.0
|
||||
|
||||
# ===== 设备信息 =====
|
||||
device_info_plus: ^12.3.0
|
||||
|
||||
# ===== 文件存储 =====
|
||||
path_provider: ^2.1.5
|
||||
|
||||
intl: ^0.20.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -107,13 +119,11 @@ dev_dependencies:
|
||||
|
||||
flutter_launcher_icons: ^0.13.1
|
||||
|
||||
|
||||
# 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 font is
|
||||
# included with your application, so that you can use the icons in
|
||||
# the material Icons class.
|
||||
|
||||
Reference in New Issue
Block a user