We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d3ee7 commit 7d28b8fCopy full SHA for 7d28b8f
pubspec.yaml
@@ -21,8 +21,8 @@ dependencies:
21
video_player: '>=2.1.1 <3.0.0'
22
chewie: '>=1.1.0 <2.0.0'
23
24
- # Plugin for rendering the <iframe> tag.
25
- webview_flutter: '>=2.0.4 <4.0.0'
+# # Plugin for rendering the <iframe> tag.
+# webview_flutter: '>=2.0.4 <4.0.0'
26
27
# Plugins for rendering the <audio> tag.
28
chewie_audio: '>=1.2.0 <2.0.0'
@@ -39,6 +39,12 @@ dependencies:
39
# plugin to convert integers to numerals
40
numerus: '>=1.1.1 <2.0.0'
41
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
+
48
flutter:
49
sdk: flutter
50
0 commit comments