Maps, PlatformView and Stack

103 views
Skip to first unread message

Ian Evans

unread,
Feb 11, 2019, 4:06:19 PM2/11/19
to Flutter Dev
I am using the flutter Google Maps plugin. Following a certain user interaction my application needs to display some text over the top of the map. To do this I am using a Stack; following the user interaction I am fading a text widget in and after a short delay it fades out again (using an AnimationController, Animation and FadeTransition). 

I have come across an issue on iOS. If I minimize the application (i.e. send it to the background) and then bring the application back to the foreground the overlaid text no longer gets displayed. From what I can tell it's as though the text is getting drawn but somehow the map is preventing it from being displayed correctly. I suspect (anecdotally) that the problem is caused by platform views on iOS.

Has anybody seen a similar issue? Are there any workarounds?

Steven McDowall

unread,
Feb 13, 2019, 9:14:59 AM2/13/19
to Ian Evans, Flutter Dev

Perhaps raise an issue in the flutter/plugins GITHUB area?  



--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages