rebound_dart 0.3.0 copy "rebound_dart: ^0.3.0" to clipboard
rebound_dart: ^0.3.0 copied to clipboard

Rebound library models spring dynamics. Rebound spring models can be used to create animations that feel natural by introducing real world physics to your application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rebound_dart

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

dependencies:
  rebound_dart: ^0.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rebound_dart/rebound_dart.dart';
3
likes
120
pub points
15%
popularity

Publisher

unverified uploader

Rebound library models spring dynamics. Rebound spring models can be used to create animations that feel natural by introducing real world physics to your application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on rebound_dart