a_star_algorithm 0.4.1 copy "a_star_algorithm: ^0.4.1" to clipboard
a_star_algorithm: ^0.4.1 copied to clipboard

Package that uses the A * algorithm to find a way to the destination through the barriers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add a_star_algorithm

With Flutter:

 $ flutter pub add a_star_algorithm

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

dependencies:
  a_star_algorithm: ^0.4.1

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:a_star_algorithm/a_star_algorithm.dart';
20
likes
160
points
1.47k
downloads

Publisher

verified publisherrafaelbarbosatec.com

Weekly Downloads

Package that uses the A * algorithm to find a way to the destination through the barriers.

Repository (GitHub)
View/report issues

Topics

#astar #algorithm #pathfinding

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on a_star_algorithm