Dinesh branch

This commit is contained in:
2025-10-13 17:57:31 +05:30
parent 64d1deb1a4
commit 901835ccb3

View File

@@ -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'),
);
}
}