From 901835ccb3d6111e67e97bee5859f8f9e1761758 Mon Sep 17 00:00:00 2001 From: "dinesh.patil" Date: Mon, 13 Oct 2025 17:57:31 +0530 Subject: [PATCH] Dinesh branch --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 59e1ba0..845dc0d 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -24,7 +24,7 @@ class MyApp extends StatelessWidget { Theme.of(context).textTheme, ) ), - home: const MyHomePage(title: 'Flutter Demo Home Page'), + home: const MyHomePage(title: 'City Cards'), ); } }