flatbush_dart 1.2.2 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 toFlatbush
to allow curvature and dateline aware kNN queries with thearound
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)