Skip to content

Commit

Permalink
update for release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Sep 26, 2022
1 parent 6f9e35c commit 96cd253
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
10 changes: 4 additions & 6 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,9 @@ packages:
flutter_inappwebview:
dependency: transitive
description:
path: "."
ref: HEAD
resolved-ref: "252d836d52bff32870ed1b72231e428b0009e89e"
url: "https://github.com/CodeEagle/flutter_inappwebview"
source: git
name: flutter_inappwebview
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.3+7"
flutter_web_plugins:
dependency: transitive
Expand Down Expand Up @@ -285,7 +283,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.9"
version: "0.5.0"
process:
dependency: transitive
description:
Expand Down
8 changes: 3 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,9 @@ packages:
flutter_inappwebview:
dependency: "direct main"
description:
path: "."
ref: HEAD
resolved-ref: "252d836d52bff32870ed1b72231e428b0009e89e"
url: "https://github.com/CodeEagle/flutter_inappwebview"
source: git
name: flutter_inappwebview
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.3+7"
flutter_test:
dependency: "direct dev"
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ dependencies:
sdk: flutter
http: ^0.13.4
webview_flutter: ^3.0.4
flutter_inappwebview:
git: https://github.com/CodeEagle/flutter_inappwebview
flutter_inappwebview: ^5.4.3+7
# flutter_inappwebview:
# git: https://github.com/CodeEagle/flutter_inappwebview
shared_preferences: ^2.0.7
get_storage: ^2.0.3
json_annotation: ^4.0.1
Expand Down

0 comments on commit 96cd253

Please sign in to comment.