diff --git a/main.dart b/main.dart index 0af26f9..8f8f8aa 100644 --- a/main.dart +++ b/main.dart @@ -1,5 +1,7 @@ void main() { print("Flutter is amazing"); + print("Flutter is a cross platform SDK backed by GOOGLE"); + print("Flutter is an alternative to Facebook's React Native"); print( "Flutter Example apps repo is the collections of awesome apps built with flutter"); }