From c50126fc2c81cf9d3eb88304bc87a7d121af475f Mon Sep 17 00:00:00 2001 From: dex_moth Date: Wed, 16 Oct 2024 18:23:27 +0400 Subject: [PATCH] 1 --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 8e94089..78a2197 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -31,7 +31,7 @@ class MyApp extends StatelessWidget { colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), useMaterial3: true, ), - home: const MyHomePage(title: 'Flutter Demo Home Page'), + home: const MyHomePage(title: 'Исаева Александра Ивановна'), ); } }