Joscha Eckert

Results 41 comments of Joscha Eckert

Hi @Spyy004, I'm the person who is working on the gesture system rewrite over in https://github.com/fleaflet/flutter_map/issues/1715. You can start working on the feature right now if you like. I'm going...

In that case it's probably better for you to wait until the rewrite is finished. It's probably more straight forward to implement it afterwards.

> I'm still doubtful that porting is allowed within the scope of the TOS though Good point, in that case we should see that as an encouragement to remove the...

What do you mean by "acts unexpectedly"? If I understand correctly you mean the fling gesture after you drag the map fast and suddenly stop. The current behaviour (at least...

Thanks a lot for the additional information and video. I added it to https://github.com/fleaflet/flutter_map/pull/1733. If you dont mind I'll ping you when the changes are implemented so that you can...

@JosefWN may I ask you to check if your descibed MacOS bug gets fixed in https://github.com/fleaflet/flutter_map/pull/1733 and test the PR for apple devices in general? Most of the gesture bugs...

Thanks for taking the time @JosefWN and doing all the awesome testing! Just to be sure... instead of `master` in my fork you mean `gesture-handling`, right? - I'll add the...

```dart final jsonText = ...; final json = jsonDecode(jsonText); final style = ThemeReader().read(json); ```

@greensopinion Added the requested changes. Should be ready for another review.

@deckerst yes, it's currently abandoned.