Compare commits

..

3 Commits
master ... lab1

Author SHA1 Message Date
d1c13e41a1 1 2024-11-12 22:42:46 +04:00
6ec118fc86 Обновить README.md 2024-10-26 16:19:33 +04:00
c50126fc2c 1 2024-10-16 18:23:27 +04:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# wiki_dog_breeds
Энциклопедия пород собак.
Энциклопедия пород собак

View File

@ -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: 'Исаева Александра Ивановна'),
);
}
}