File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed
Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,9 @@ packages:
114114 flutter_inappwebview:
115115 dependency: transitive
116116 description:
117- path: "."
118- ref: HEAD
119- resolved-ref: "252d836d52bff32870ed1b72231e428b0009e89e"
120- url: "https://github.com/CodeEagle/flutter_inappwebview"
121- source: git
117+ name: flutter_inappwebview
118+ url: "https://pub.dartlang.org"
119+ source: hosted
122120 version: "5.4.3+7"
123121 flutter_web_plugins:
124122 dependency: transitive
@@ -285,7 +283,7 @@ packages:
285283 path: ".."
286284 relative: true
287285 source: path
288- version: "0.4.9 "
286+ version: "0.5.0 "
289287 process:
290288 dependency: transitive
291289 description:
Original file line number Diff line number Diff line change @@ -233,11 +233,9 @@ packages:
233233 flutter_inappwebview:
234234 dependency: "direct main"
235235 description:
236- path: "."
237- ref: HEAD
238- resolved-ref: "252d836d52bff32870ed1b72231e428b0009e89e"
239- url: "https://github.com/CodeEagle/flutter_inappwebview"
240- source: git
236+ name: flutter_inappwebview
237+ url: "https://pub.dartlang.org"
238+ source: hosted
241239 version: "5.4.3+7"
242240 flutter_test:
243241 dependency: "direct dev"
Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ dependencies:
1212 sdk : flutter
1313 http : ^0.13.4
1414 webview_flutter : ^3.0.4
15- flutter_inappwebview :
16- git : https://github.com/CodeEagle/flutter_inappwebview
15+ flutter_inappwebview : ^5.4.3+7
16+ # flutter_inappwebview:
17+ # git: https://github.com/CodeEagle/flutter_inappwebview
1718 shared_preferences : ^2.0.7
1819 get_storage : ^2.0.3
1920 json_annotation : ^4.0.1
You can’t perform that action at this time.
0 commit comments