pathfinding 0.0.3 copy "pathfinding: ^0.0.3" to clipboard
pathfinding: ^0.0.3 copied to clipboard

outdatedDart 1 only

A Dart port of https://github.com/qiao/PathFinding.js library

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pathfinding

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

dependencies:
  pathfinding: ^0.0.3

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:pathfinding/core/grid.dart';
import 'package:pathfinding/core/heap.dart';
import 'package:pathfinding/core/heuristic.dart';
import 'package:pathfinding/core/node.dart';
import 'package:pathfinding/core/util.dart';
import 'package:pathfinding/finders/astar.dart';
import 'package:pathfinding/finders/jps.dart';
6
likes
35
pub points
61%
popularity

Publisher

unverified uploader

A Dart port of https://github.com/qiao/PathFinding.js library

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on pathfinding