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

A pathfinding 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: ^2.4.4

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
160
points
150
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Topics

#astar #pathfinding #manhattan #euclidean #hex

Documentation

API reference

License

MIT (license)

Dependencies

array2d, collection, meta

More

Packages that depend on astar_dart