From 5929906e6a020c0b67e5bae04cd70d29ebaecd8f Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sun, 30 Oct 2022 14:18:34 +0000 Subject: [PATCH] - lint fix --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 06bf8d6..c4a6e3d 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -86,7 +86,7 @@ class MyApp extends StatelessWidget { // is not restarted. primarySwatch: Colors.blue, ), - home: HomePage(), + home: const HomePage(), ); } }