laboratory_5

This commit is contained in:
nikbel2004@outlook.com 2024-09-20 22:05:26 +04:00
parent 5848037c72
commit 26a69c374e

View File

@ -17,7 +17,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: 'Laboratory 5: API..... '), home: const MyHomePage(title: 'Laboratory 5: API and Repositories.... '),
); );
} }
} }