From 26a69c374ea178b458ed451aa1915ab1b0fd39b1 Mon Sep 17 00:00:00 2001 From: "nikbel2004@outlook.com" Date: Fri, 20 Sep 2024 22:05:26 +0400 Subject: [PATCH] laboratory_5 --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index f7c5220..474a8fd 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -17,7 +17,7 @@ class MyApp extends StatelessWidget { colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), useMaterial3: true, ), - home: const MyHomePage(title: 'Laboratory 5: API..... '), + home: const MyHomePage(title: 'Laboratory 5: API and Repositories.... '), ); } }