Luka S

Results 309 comments of Luka S

> Ok, can you try what that PR recommends to fix the issue then and listen to onVerticalDrag and onHorizontalDrag separately? Have you tried this?

Unfortunately that PR is likely to take a little longer than planned. We're still considering the best way forward. There's also a good chance that that PR won't fix the...

I'm not saying to use that plugin, I'm just saying it doesn't appear to be too hard to implement. Please see #1455 to find out why the `onPanUpdate` was removed....

Hi @astraube, I could not reproduce this, using this code (adpated from the Flutter guide for working with tabs). ```dart DefaultTabController( length: 2, child: Scaffold( appBar: AppBar( bottom: const TabBar(...

We need an MRE to reproduce this. Similar issues in the past have been very hard to reproduce. I would also suggest trying `keepAlive`, that might make a difference?

This can apparently be reproduced by providing a `UniqueKey` to the `FlutterMap`, then rebuilding.

If you need to insert your controller into some state management, this is the way I do it: 1. Define the map controller on the widget with the map, outside...

Ok, so my suggestion above should work. That's what I needed to do as well.

@JosefWN Good description of the situation, thanks :) We are always happy to see new PRs, but as you said yourself, this would probably 'pollute' this project quite a bit;...

I'm going to close this for now. I think some careful consideration is required when hooking the controller up to state, but as the above suggestion seems to work fine...