From 6b5968b4f31d5f8d81e70e7e06d700b35e39b2ca Mon Sep 17 00:00:00 2001 From: Maurice McCabe Date: Tue, 12 Feb 2019 03:44:07 -0800 Subject: [PATCH] Minor cleanup --- example/lib/main.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index c829f798..20053b4d 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -112,7 +112,6 @@ class MyApp extends StatelessWidget { // is not restarted. primarySwatch: Colors.blue, ), -// home: MyHomePage(title: ExampleLocalizations.of(context).title), home: MyHomePage(), localizationsDelegates: [ // ... app-specific localization delegate[s] here