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,
you can achieve this by using flutter_launcher_icons in pubspec.yaml
another way is to use one for android and another one for iOS