File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ class WebApp extends StatelessWidget {
120
120
});
121
121
122
122
// Build application
123
+ // https://github.com/fluttercommunity/flutter_webview_plugin/issues/386
123
124
return MaterialApp (
124
125
title: title,
125
126
theme: themeData,
@@ -130,6 +131,7 @@ class WebApp extends StatelessWidget {
130
131
url: _initialUrl.toString (),
131
132
primary: true ,
132
133
geolocationEnabled: true ,
134
+ initialChild: Container ()
133
135
)
134
136
)
135
137
);
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies:
31
31
# webview_flutter: ^0.3.4
32
32
# webview_flutter:
33
33
# git:
34
- # url: https://github.com/iamluciano /plugins.git
34
+ # url: https://github.com/lucianoiam /plugins.git
35
35
# path: packages/webview_flutter
36
36
# path: ../../flutter-plugins/packages/webview_flutter
37
37
You can’t perform that action at this time.
0 commit comments