When I create an app with a flutter create command, the flutter logo is used as an application icon for both platforms.
flutter create
If I want to change the app icon,
Best way is to change launcher icons separately for both iOS and Android.
Change the icons in iOS and Android module separately. The plugin produces different size icons from the same icon which are distorted.
Follow this link: https://flutter.dev/docs/deployment/android