Flutter Hacks!!!
###################### I AM RICH APP. ########################################## * The main function is a starting point for all of our flutter apps. * Almost everything you seee in flutter app is a widget. * Material App is father of all the widgets. * Scaffold is a second father of all the widgets. * In scaffold we have app bar, body and floating action button and much more. * Title: text() -- > here title is a property and text is widget. * There is image propery in which we can put Asset Image ( Which comes from our device folder and network image which comes from internet). * In dart code for string we use single quotes not double quotes like in java and swift. * Center widget is used for centering the widget. * use Alt+enter to wrap with the widgets * use draw.io to draw the layouts. * Yaml file are type of file which human also understand along with the machines. * Add configuration for Asset...