You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My flutter application on the main screen has a background image, and I would like to place a native view on it.
As for IOS I managed to make the background of the view transparent and therefore visible the image, for android instead I couldn't find a solution (it always remains white).
Has anyone managed to fix it somehow?