Skip to content

Commit

Permalink
更新依赖库版本,修复下载代码不能运行的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujiang521 committed Apr 9, 2020
1 parent dc78bbc commit 6cdddf5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ packages:
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.0.3"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.0.6"
flutter_screenutil:
dependency: "direct main"
description:
Expand Down Expand Up @@ -129,7 +136,7 @@ packages:
name: flutter_webview_plugin
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.3.10+2"
version: "0.3.11"
fluttertoast:
dependency: "direct main"
description:
Expand Down Expand Up @@ -171,7 +178,7 @@ packages:
name: image_picker
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.4.12+1"
version: "0.6.4"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -319,4 +326,4 @@ packages:
version: "3.5.0"
sdks:
dart: ">=2.4.0 <3.0.0"
flutter: ">=1.12.8 <2.0.0"
flutter: ">=1.12.13 <2.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ dependencies:
fluttertoast: ^3.1.0 #吐司
shared_preferences: ^0.5.3+4 #SharedPreferences
event_bus: ^1.1.1
image_picker: ^0.4.10
image_picker: ^0.6.4
http: ^0.12.0
flutter_swiper: ^1.1.6
flutter_webview_plugin: ^0.3.10+1
flutter_webview_plugin: ^0.3.11
pull_to_refresh: ^1.5.8
flutter_slidable: "^0.5.4"
flutter_html: ^0.11.1
Expand Down

0 comments on commit 6cdddf5

Please sign in to comment.