Joscha Eckert

Results 41 comments of Joscha Eckert

You add two products as in the following code: `$cart->add('1', 1, [ 'price' => '5.99', 'color' => 'Green' ]); $cart->add('2', 1, [ 'price' => '9.99', 'color' => 'Purple' ]);` The...

Oh, I haven't seen this issue in time. I suggested in https://github.com/ezet/stripe-sdk/commit/200a1787bafc4981ffc3bb17a549a2892ed7baa3#r49808198 that the file might not have been added to the commit. A temporary fix is to make the...

Fixed in https://github.com/ezet/stripe-sdk/commit/6cd4e06497fdd8480d604c39804fb1f096ac8a13 and can be closed.

Changing to a feature request because the ScaleLayerPlugin is meant as a showcase for a plugin and isn't used with epsg3413 in the example app.

Closing this question since there hasn't been any response in a long time.

I just came across the package [geodesy](https://pub.dev/packages/geodesy) that might have this functionality: ```dart LatLng midpoint = geodesy.midPointBetweenTwoGeoPoints(l1, l2); ``` It i inactive since a long time but it has a...

The Flutter team currently pushes towards WebAssembly. See the announcements here: - https://docs.flutter.dev/platform-integration/web/wasm - https://medium.com/flutter/whats-new-in-flutter-3-22-fbde6c164fe3 In the process a substential amount has changed in the world of JS interop on...

## Bugs reported by @JaffaKetchup: - [ ] https://github.com/fleaflet/flutter_map/pull/1810 - [x] https://github.com/fleaflet/flutter_map/pull/1815 - [x] https://github.com/fleaflet/flutter_map/pull/1814 - [x] (6) Double tap + drag gesture now loads tiles whilst zooming. master behaviour...

> 5. Trackpad zoom gesture toggle has no effect, and cannot zoom with trackpad. Instead, scroll gesture controls the trackpad zoom. This is expected behaviour. Since the driver release date...

Just a quick update to this pull request for everyone who's following along. It was decided internally to collect all gestures with their supported platforms and input devices to get...