fixed example/lib/main.dart
This commit is contained in:
parent
fa5449a50d
commit
6037b8964b
|
@ -150,7 +150,7 @@ class _MyAppState extends State<MyApp> {
|
||||||
return MaterialApp(initialRoute: '/', routes: {
|
return MaterialApp(initialRoute: '/', routes: {
|
||||||
'/': (context) => InAppWebViewExampleScreen(),
|
'/': (context) => InAppWebViewExampleScreen(),
|
||||||
});
|
});
|
||||||
}f
|
}
|
||||||
if (defaultTargetPlatform == TargetPlatform.macOS) {
|
if (defaultTargetPlatform == TargetPlatform.macOS) {
|
||||||
return MaterialApp(initialRoute: '/', routes: {
|
return MaterialApp(initialRoute: '/', routes: {
|
||||||
// '/': (context) => InAppWebViewExampleScreen(),
|
// '/': (context) => InAppWebViewExampleScreen(),
|
||||||
|
|
Loading…
Reference in New Issue