From 2cc37f3628eb8c033fe7bd90156860cc8112297b Mon Sep 17 00:00:00 2001 From: dgbkn <65810521+dgbkn@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:14:28 +0530 Subject: [PATCH] Update main.dart --- main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.dart b/main.dart index 0af26f9..2312cd2 100644 --- a/main.dart +++ b/main.dart @@ -1,5 +1,5 @@ void main() { - print("Flutter is amazing"); + print("Flutter is amazing and beautiful"); print( "Flutter Example apps repo is the collections of awesome apps built with flutter"); }