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 3 additions and 16 deletions

View File

@ -1,16 +1,3 @@
# wiki_cat_breeds # wiki_dog_breeds
A new Flutter project. Энциклопедия пород собак
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

View File

@ -31,7 +31,7 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true, useMaterial3: true,
), ),
home: const MyHomePage(title: 'Flutter Demo Home Page'), home: const MyHomePage(title: 'Исаева Александра Ивановна'),
); );
} }
} }