Following the instructions in the Flutterflow and Android Developper documentations, for the Foreground Icon of the Android Adaptive Icon, I prepared a .svg file of size 58x58 dp (the documentations specify between 48 and 66 dp).
https://docs.flutterflow.io/settings-and-integrations/general-settings/app-assets
https://developer.android.com/develop/ui/views/launch/icon_design_adaptive?hl=en
But I notice that the Foreground Icon is not visible in the App Assets preview. Only the Background (color type) is visible. The Preview tooltip mentions “Approximate icon look for square/circle Android icons. For exact display, test on a local device.”
The .svg format is recommended in the Android documentation.
I've also read that I can't see the launch icon in an emulator with Flutterflow's Local Run feature.
How can I be sure that the Foreground Icon will be displayed correctly in the Play Store?
Thanks for helping