Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hurshi1 committed Dec 7, 2018
1 parent a739ce1 commit 57a2328
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ packages:
name: cached_network_image
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.0"
version: "0.5.1"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -126,7 +126,7 @@ packages:
name: cookie_jar
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.6"
version: "0.0.7"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -161,7 +161,7 @@ packages:
name: dio
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.6"
version: "1.0.9"
fixnum:
dependency: transitive
description:
Expand All @@ -180,7 +180,7 @@ packages:
name: flutter_cache_manager
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
version: "0.2.0+1"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -192,7 +192,7 @@ packages:
name: flutter_webview_plugin
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1+2"
version: "0.3.0+2"
front_end:
dependency: transitive
description:
Expand Down Expand Up @@ -477,7 +477,7 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.0.2"
utf:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
dio: ^1.0.6
dio: ^1.0.9
json_annotation: ^2.0.0
flutter_webview_plugin: ^0.2.1+2
flutter_webview_plugin: ^0.3.0+2
banner: ^0.1.3
cached_network_image: ^0.5.0
cached_network_image: ^0.5.1
shared_preferences: ^0.4.3
# flutter_svg: ^0.6.1+1
url_launcher: 4.0.1
url_launcher: 4.0.2


dev_dependencies:
Expand Down

0 comments on commit 57a2328

Please sign in to comment.