Luka S
Luka S
Hi @ianthetechie. I can't point you to the code right now, but all help is appreciated! If you go into the `FlutterMap` state, I think there's a gesture arena inside,...
Bug thanks @ianthetechie :). Yeah, I'm not familiar with the gesture code, and you seem to be much more comfortable with it. I know we use positioned_tap_detector (maybe v2), maybe...
Hooray! Indeed a quick turnaround :)
Ok, the https://github.com/flutter/engine/pull/36444 PR seems to have been merged, so it is either already available, or will be available soon. It seems like this is the root cause (please correct...
Hi @ianthetechie, in this case I will reopen. In terms of depending on the latest Flutter SDK, it should be ok? That is quite confusing in Flutter, as you've got...
Hi @nhtlquan, and thanks for your PR! In this case, I think an approach similar to what @Robbendebiene suggested would be better. Would it be possible for you to implement...
Hi @nhtlquan, have you had any time to consider the above comments? If not, no pressure!
@JosefWN Hi there, just getting round to looking at all of these. Rather than dealing with our own animation controller and ticker etc., can we just use a [TweenAnimationBuilder](https://api.flutter.dev/flutter/widgets/TweenAnimationBuilder-class.html)?
I see. I guess it depends on how much things can or cannot be simplified, and how often it's used. I'd say if it's not used in the example app,...
Yeah, I would agree with that. I think leaving an at least 2-3 month gap between breaking releases is the minimum. In this case, @JosefWN can you explore how much...