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

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

0.0.1 #

First versioin

0.0.2 #

performance improvement

0.0.3 #

added AstarNode

0.0.4 #

change example dart format

0.0.5 #

astar test fix errors

0.0.5 #

astar test fix errors

0.0.6 #

rename AstarNode to ANode add extension

0.0.7 #

test blocked path fix blocked path finding

0.0.8 #

Fixed bugs with barriers using diagonals Improved example

0.0.9 #

Fixed bugs with clothes path using diagonals Improved example

0.0.10 #

Improved example add topics

0.0.11 #

// before 
final path = _astar.findPath(.....);

// after 
final path = await _astar.findPath(.....);
0
likes
130
pub points
31%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Topics

#astar #path-finding

Documentation

API reference

License

MIT (license)

Dependencies

collection, meta

More

Packages that depend on astar_dart