synw / geojson

Utilities to work with geojson data in Dart
MIT License
36 stars 53 forks source link

Fix single thread processing #39

Open FaFre opened 3 years ago

FaFre commented 3 years ago

Fixed single thread processing: future was not awaited. See #36. Also wrapped the debug prints in verbose condition.

james-pellow commented 1 year ago

Bump! Is there anything holding this up from being merged? With this we are able to successfully us this package in web. Please consider including it and releasing a new package version. Thank you!