I got two different screens inside Flutter app that use Google Map (provided by this library).
Widget structure for first one is
Scaffold -> ListView -> Visibility -> Center -> SizedBox -> GoogleMap
and for second screen it is
Scaffold -> Container -> Column -> SizedBox -> GoogleMap
On both screens I got same map settings but for some reason on the first screen map is not responding to any touch events.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…