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
copied to clipboard

With Flutter:

 $ flutter pub add steering_behaviors
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
2
likes
140
points
19
downloads

Publisher

verified publisherverygood.ventures

Weekly Downloads

2024.09.26 - 2025.04.10

Flame behaviors used to organically manage the movement of an entity

Documentation

API reference

License

MIT (license)

More

Packages that depend on steering_behaviors