D.ildo

Results 6 comments of D.ildo

hi all! any updates about problem?

I using OSMMap inside stateful widget, but when stateful widget is resized map always loading ![изображение](https://user-images.githubusercontent.com/34244107/230758410-7fd22bfb-9615-486c-ae35-3da400e6b3e6.png) ![изображение](https://user-images.githubusercontent.com/34244107/230758588-c3f05648-fda1-442f-8087-ec47e44e4295.png)

is there any way to avoid reloading the map when resizing it? it's pretty weird.

```class OSMMap extends StatefulWidget { final double width; final double height; const OSMMap({super.key, required this.width, required this.height}); @override State createState() => _OSMMapState(); } class _OSMMapState extends State { late OSM.MapController...

Thank you guys for your help, I removed the **androidHotReload** flag and everything worked fine. Didn't even have to add **RepaintBoundary** and **PageStorage**

maybe you can use ClipRRect?