flatbush_dart 1.2.2 copy "flatbush_dart: ^1.2.2" to clipboard
flatbush_dart: ^1.2.2 copied to clipboard

A fast static spatial index for 2D points and rectangles, Dart port of https://github.com/mourner/flatbush/tree/main.

1.2.2 #

  • Loosen dependency requirements - Flutter SDK still behind.

1.2.1 #

  • Removed testing in Chrome VM as cities DB for testing Geoflatbush is incompatible - library still works but will have to come back to fix testing.

1.2.0 #

  • Added Geoflatbush wrapper to Flatbush to allow curvature and dateline aware kNN queries with the around API.

1.1.0 #

  • Added neighbors API for kNN search on index using Dart's collection HeapPriorityQueue.

1.0.2 #

  • Slightly refactored files to follow Dart package conventions

1.0.1 #

  • Added repository to pubspec.yaml
  • Added GitHub Actions workflows for testing and deployment

1.0.0 #

  • Implemented basic APIs except kNN search.

0.0.1 #

  • Set up flutter package (linting, license, etc)
1
likes
130
pub points
30%
popularity

Publisher

verified publishermsfstef.dev

A fast static spatial index for 2D points and rectangles, Dart port of https://github.com/mourner/flatbush/tree/main.

Repository (GitHub)
View/report issues

Documentation

API reference

License

ISC (LICENSE)

Dependencies

collection, meta

More

Packages that depend on flatbush_dart