vptree 0.1.0 copy "vptree: ^0.1.0" to clipboard
vptree: ^0.1.0 copied to clipboard

Dart implementation for efficient neighbour search based on vantage-point (VpTree) data structure to be used in Flutter projects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vptree

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  vptree: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:vptree/vptree.dart';
0
likes
30
points
7
downloads

Publisher

verified publisherquantal.solutions

Weekly Downloads

Dart implementation for efficient neighbour search based on vantage-point (VpTree) data structure to be used in Flutter projects.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on vptree