Tips and Tricks
- Create application icons via online resource for Android and IOS platforms

android/app/src/main/res (copy all midmap)
ios/runner/assets.xcassets (copy all files to this xcassets from the download from appicongenerator tool) - How can I remove the Flutter debug banner?
MaterialApp( debugShowCheckedModeBanner: false, ) - Resources
