steering_behaviors 0.0.1-dev.0 copy "steering_behaviors: ^0.0.1-dev.0" to clipboard
steering_behaviors: ^0.0.1-dev.0 copied to clipboard

Flame behaviors used to organically manage the movement of an entity

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add steering_behaviors

With Flutter:

 $ flutter pub add steering_behaviors

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

dependencies:
  steering_behaviors: ^0.0.1-dev.0

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:steering_behaviors/steering_behaviors.dart';
2
likes
140
points
21
downloads

Publisher

verified publisherverygood.ventures

Weekly Downloads

Flame behaviors used to organically manage the movement of an entity

Documentation

API reference

License

MIT (license)

More

Packages that depend on steering_behaviors