David Prelinger

Results 4 issues of David Prelinger

Hey, we needed a way to quicker initialize our app. Loading a huge huge csv took to long for every app start. So I added functionality here, so you can...

A customer reported grey tiles on the map. The customer has very good internet connection. On all other devices we tested with the same version, the map displayed normally. Mapbox...

When trying to estimate a region, it works on iOS and returns the size in bytes. But on Android it returns 0 for transfer size and estimate size. Tested on...

Code: ` mapboxMap.moveBy( ScreenCoordinate( x: 50, y: 70, ), MapAnimationOptions(), );` returns: `[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(0, Not available., null, null) #0 _AnimationManager.moveBy (package:mapbox_maps_flutter/src/pigeons/map_interfaces.dart:2326:7)` Version of package: 2.3.0 Platform: iOS