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

a pathfinding implementation in Dart. Efficiently finds shortest paths on grids, supporting barriers and weights.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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: ^1.1.0

Alternatively, your editor might support dart 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
0
points
586
downloads

Publisher

unverified uploader

Weekly Downloads

a pathfinding implementation in Dart. Efficiently finds shortest paths on grids, supporting barriers and weights.

Repository (GitHub)
View/report issues

Topics

#astar #path-finding

License

unknown (license)

Dependencies

collection, meta

More

Packages that depend on astar_dart