From bd44a51f81f9f12d8bed141d4c84edc2a743a62d Mon Sep 17 00:00:00 2001 From: mayday Date: Wed, 2 Oct 2024 17:44:34 +0400 Subject: [PATCH] lab1 --- .idea/libraries/Dart_Packages.xml | 228 ---------------------------- .idea/libraries/Flutter_Plugins.xml | 7 - .idea/misc.xml | 2 +- lib/main.dart | 2 +- 4 files changed, 2 insertions(+), 237 deletions(-) delete mode 100644 .idea/libraries/Dart_Packages.xml delete mode 100644 .idea/libraries/Flutter_Plugins.xml diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml deleted file mode 100644 index 7122d64..0000000 --- a/.idea/libraries/Dart_Packages.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml deleted file mode 100644 index b0f6971..0000000 --- a/.idea/libraries/Flutter_Plugins.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 3827c7d..5b4ae2e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/lib/main.dart b/lib/main.dart index f3283cd..7b2b9e0 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -15,7 +15,7 @@ class MyApp extends StatelessWidget { colorScheme: ColorScheme.fromSeed(seedColor: Colors.green), useMaterial3: true, ), - home: const MyHomePage(title: 'Кузин Павел Сергеевич'), + home: const MyHomePage(title: 'Камчарова Ксения Алексеевна'), ); } }