From 6037b8964b2d0bf36dadfbb597edca2d03118ce1 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Thu, 27 Oct 2022 11:04:26 +0200 Subject: [PATCH] fixed example/lib/main.dart --- example/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index ab962709..84f36a10 100755 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -150,7 +150,7 @@ class _MyAppState extends State { return MaterialApp(initialRoute: '/', routes: { '/': (context) => InAppWebViewExampleScreen(), }); - }f + } if (defaultTargetPlatform == TargetPlatform.macOS) { return MaterialApp(initialRoute: '/', routes: { // '/': (context) => InAppWebViewExampleScreen(),