when using the flutter_map library, white stripes are displayed when scrolling the map up or down (https://i.stack.imgur.com/KGyhJ.png)
How to make the map height equal to the screen height when changing the max zoom and scrolling the problem remains
I found solution in
flutter_map
's example. Just add suchcameraConstraint
toMapOptions
: