修复 断点异常
This commit is contained in:
17
pubspec.yaml
17
pubspec.yaml
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# 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: 0.95.0+94
|
||||
version: 0.96.0+95
|
||||
|
||||
environment:
|
||||
sdk: ^3.9.2
|
||||
@@ -47,6 +47,7 @@ dependencies:
|
||||
pretty_dio_logger: ^1.4.0
|
||||
logger: ^2.7.0
|
||||
uuid: ^4.5.1
|
||||
catcher_2: ^2.1.9
|
||||
|
||||
get:
|
||||
git:
|
||||
@@ -142,6 +143,8 @@ dependencies:
|
||||
|
||||
qr: ^3.0.2
|
||||
|
||||
mailer: ^7.1.0
|
||||
|
||||
flutter_markdown_plus:
|
||||
path: packages/flutter_markdown_plus
|
||||
|
||||
@@ -157,9 +160,19 @@ dependency_overrides:
|
||||
url: "https://gitcode.com/openharmony-sig/flutter_packages.git"
|
||||
path: "packages/path_provider/path_provider"
|
||||
ref: master
|
||||
package_info_plus:
|
||||
git:
|
||||
url: https://gitcode.com/openharmony-sig/flutter_plus_plugins.git
|
||||
path: packages/package_info_plus/package_info_plus
|
||||
ref: br_package_info_plus-v8.1.0_ohos
|
||||
device_info_plus:
|
||||
git:
|
||||
url: https://gitcode.com/openharmony-sig/flutter_plus_plugins.git
|
||||
path: packages/device_info_plus/device_info_plus
|
||||
fluttertoast:
|
||||
path: packages/fluttertoast
|
||||
|
||||
# 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:
|
||||
|
||||
Reference in New Issue
Block a user