rebound_dart 0.3.0 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';