Skip to content

Commit 7d28b8f

Browse files
committed
- Updated webview_flutter dependency
1 parent 63d3ee7 commit 7d28b8f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pubspec.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies:
2121
video_player: '>=2.1.1 <3.0.0'
2222
chewie: '>=1.1.0 <2.0.0'
2323

24-
# Plugin for rendering the <iframe> tag.
25-
webview_flutter: '>=2.0.4 <4.0.0'
24+
# # Plugin for rendering the <iframe> tag.
25+
# webview_flutter: '>=2.0.4 <4.0.0'
2626

2727
# Plugins for rendering the <audio> tag.
2828
chewie_audio: '>=1.2.0 <2.0.0'
@@ -39,6 +39,12 @@ dependencies:
3939
# plugin to convert integers to numerals
4040
numerus: '>=1.1.1 <2.0.0'
4141

42+
webview_flutter:
43+
git:
44+
url: https://github.com/fesp/plugins.git
45+
ref: add-file-chooser-on-android
46+
path: packages/webview_flutter/webview_flutter
47+
4248
flutter:
4349
sdk: flutter
4450

0 commit comments

Comments
 (0)