diff --git a/example/pubspec.lock b/example/pubspec.lock index cf128ee93..062c5e9da 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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 @@ -285,7 +283,7 @@ packages: path: ".." relative: true source: path - version: "0.4.9" + version: "0.5.0" process: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index b6853c4f8..cd7d0fea4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index 968266078..af991465b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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