From 2399d9f08e78b6d1a89a2482dfeb6d7757edc542 Mon Sep 17 00:00:00 2001 From: VARUN Date: Tue, 11 Mar 2025 16:09:31 +0530 Subject: [PATCH] first commit --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index 7b7f5b6..4fedf5c 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -11,6 +11,7 @@ class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( + title: 'Flutter Demo', theme: ThemeData( // This is the theme of your application.