From e2e5961f94ffcec40cc72db4e1a2010e8d05ca0a Mon Sep 17 00:00:00 2001 From: Kypsis Date: Thu, 19 Jan 2023 15:50:03 +0200 Subject: [PATCH] [NO-TASK] CI test 2 with PR --- example/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 4065bd7a..01dcd042 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -33,7 +33,7 @@ class HomePage extends StatelessWidget { ), SizedBox(height: 36), Text( - "Coming soon....", + "Coming soon...", style: TextStyle( fontSize: 24, color: Color(0xFF999CA0),