astar_dart 4.0.0 copy "astar_dart: ^4.0.0" to clipboard
astar_dart: ^4.0.0 copied to clipboard

A pathfinder implementation in Dart. Efficiently finds shortest paths on grids, supporting barriers and weights. Manhattan, Euclidean, Hex

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add astar_dart

With Flutter:

 $ flutter pub add astar_dart

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

dependencies:
  astar_dart: ^4.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:astar_dart/astar_dart.dart';
4
likes
130
points
570
downloads

Publisher

unverified uploader

Weekly Downloads

A pathfinder implementation in Dart. Efficiently finds shortest paths on grids, supporting barriers and weights. Manhattan, Euclidean, Hex

Repository (GitHub)
View/report issues

Topics

#astar #pathfinder #manhattan #euclidean #hex

Documentation

API reference

License

MIT (license)

Dependencies

array2d, collection, meta

More

Packages that depend on astar_dart