This commit is contained in:
Artyom_Yashin 2024-09-19 14:31:15 +04:00
parent 2908eb0141
commit 14426d5570

View File

@ -31,7 +31,7 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,
),
home: const MyHomePage(title: 'Yashin Artyom'),
home: const MyHomePage(title: 'Яшин Артём ПИбд-33'),
);
}
}