do_tween 2.1.0
do_tween: ^2.1.0 copied to clipboard
Bring your Flutter apps to life with DOTween! This fast, efficient animation library simplifies coding and makes animating anything a breeze
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add do_tween
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
do_tween: ^2.1.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:do_tween/do_tween.dart';