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

A flexible and efficient **Quadtree** implementation for Flutter and Dart, perfect for spatial indexing, collision detection, and organizing large sets of 2D data. This package supports multiple quadt [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add expandable_quadtree

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

dependencies:
  expandable_quadtree: ^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:expandable_quadtree/expandable_quadtree.dart';
5
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A flexible and efficient **Quadtree** implementation for Flutter and Dart, perfect for spatial indexing, collision detection, and organizing large sets of 2D data. This package supports multiple quadtree configurations, including expandable, horizontally expandable, and vertically expandable quadtrees.

Repository (GitHub)
View/report issues

Topics

#data-structures #game #games

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

equatable, flutter, meta

More

Packages that depend on expandable_quadtree