Stefan Schaller

Results 11 comments of Stefan Schaller

I also want behavior like WhatsApp, The current behavior feels weird. Thank you 🥇 By the way -> Nice package with a good performance

@marcglasberg I created a similar issue. It would be nice to fix this ASAP, so I could use this package for some applications / libraries in my work. (The syntax...

Would love to see this in the next version. @hiennguyen92

Like it! Would be great for caching icons. @wasabeef

The test always just timeouts. Sadly, there are no more information from my side. @DFelten @gmpassos Do you guys have different error logs?

@kevmoo I thought that the runner never needs more than 30 seconds, but you are right. That was the issue in my case. Thank you and thanks again for publishing...

Open pr: https://github.com/maplibre/flutter-maplibre-gl/pull/284

@chrisDupuis This is a known issue with `PlatformViews` in general. Could be fixed by using the following library: https://pub.dev/packages/pointer_interceptor Just wrap your button into a PointerInterceptor()

@benedictstrube Looks good, but it could be way more simple: ``` // State varaible: bool _overridePhysics = false; // build method: return Listener( onPointerMove: (_) { final atTopEdge = controller.offset...