a_star
A comprehensive A* algorithm. Suitable for anything from physical grids to abstract search spaces.
3.0.1
Levi-Lesches/dart-a-star
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 8.2 years
Most releases are documented
notes for 5 of 8 stable releases
Nothing withdrawn
no release was ever pulled
13 years old
8 releases · first in 2013
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Oct 2013 to Nov 2024
2014
2016
2018
2020
2022
2024
2026
Releases
latest 8-
3.0.104 Nov 2024Release notes
Open source →- Formatting and Pub page updates
- Simplified example and updated README
- Re-licensed under the BSD 3-Clause (from Apache 2.0)
-
3.0.019 May 2024Release notes
Open source →- Breaking: Moved
AStarNode.depthtoAStarState.depth. This allows you to customize your depth values, which is useful in cases where different actions have different costs
- Breaking: Moved
-
2.0.006 May 2024Release notes
Open source →- Updated to Dart 3.0
- Added a more generic API, which allows for an infinite or non-physical grid
- Breaking: Removed the legacy API
-
1.0.014 Jan 2022Release notes
Open source →- Updated for Dart 2.15+ null safety
- dart:html web/* example still exists, but is not tested and may not work.
- Move from hand-rolled set of lints to Dart team package:lint recommended ones.
-
0.3.006 Nov 2013Nothing published for this version
-
0.2.014 Oct 2013Release notes
Open source →- Fix bug with rounding and actually find the shortest path. https://github.com/sethladd/dart-a-star/pull/1
-
0.1.107 Oct 2013Nothing published for this version
-
0.1.007 Oct 2013Nothing published for this version