Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
espresso3389 committed Jan 31, 2020
1 parent d43b350 commit fc7bb67
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
10 changes: 6 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ packages:
flutter_inappwebview:
dependency: transitive
description:
name: flutter_inappwebview
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0+1"
path: "."
ref: master
resolved-ref: "9c7ac0da8f01ceb40430da58397bdb31968ca5b1"
url: "https://github.com/pichillilorenzo/flutter_inappwebview.git"
source: git
version: "3.0.0"
flutter_secure_storage:
dependency: transitive
description:
Expand Down
10 changes: 6 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,12 @@ packages:
flutter_inappwebview:
dependency: "direct main"
description:
name: flutter_inappwebview
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0+1"
path: "."
ref: master
resolved-ref: "9c7ac0da8f01ceb40430da58397bdb31968ca5b1"
url: "https://github.com/pichillilorenzo/flutter_inappwebview.git"
source: git
version: "3.0.0"
flutter_secure_storage:
dependency: "direct main"
description:
Expand Down
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ dependencies:
flutter:
sdk: flutter
crypto:
flutter_inappwebview: ^2.1.0+1
#flutter_inappwebview: ^2.1.0+1
flutter_inappwebview:
git:
url: https://github.com/pichillilorenzo/flutter_inappwebview.git
ref: master
http: ^0.12.0+2
rxdart: ^0.23.1
flutter_secure_storage: ^3.3.1+1
Expand Down

0 comments on commit fc7bb67

Please sign in to comment.