Series of tips and tricks related to Flutter mobile platform from Google
- December 7, 2021
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?
Resources