Alejandro Giubel Hernández Arbelo

Results 23 comments of Alejandro Giubel Hernández Arbelo

I am using 2.0.0 version. The problem occurs in Android Physics and emulator device, in iOS simulator works as expected. I don't change any things in example code. Just clone...

I think AbsorbPointer and IgnorePointer has no sense, because some widget lost the scroll property (and tap property). The objective is map with scroll (vertical and horizontal) and remain the...

Just updating, doesn't work on Android Emulator either.

Hi @JaffaKetchup. Thank for your response but doesn't work either. Horizontal scroll works fine but vertical scroll keep scrolling the ListView not the map. Also this example throw an error...

@JaffaKetchup sorry is my first time with flutter map. This is a video working well on iOS simulator, flutter_map: 2.0.0. flutter: 3.0.5 https://user-images.githubusercontent.com/36578847/180075879-58c3bc4b-3937-4513-834c-60dc45f68367.mov

Thanks I understand. We use a Scroll (Column inside a SingleChildScrollView) where we show several elements, one of them is the map (the user can scroll vertically at will to...

Adding this to `RawGestureDetector` in `flutter_map_state.dart` the issue is solved but, we lost the double tap (double tap to zoom) and tap behavior. May be some workaround with this. ```Dart...

Same here. When app is closed/ finished I get a `Null check operator used on a null value` error. Any help?

@devmuaz you right. I fixit setting this on manifest ``