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"); }