soundsliced_tween_animation_builder 1.2.0
soundsliced_tween_animation_builder: ^1.2.0 copied to clipboard
A Flutter package providing a custom TweenAnimationBuilder that uses Timer-based animations, surviving hot restarts without engine assertions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add soundsliced_tween_animation_builderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
soundsliced_tween_animation_builder: ^1.2.0Alternatively, 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:soundsliced_tween_animation_builder/soundsliced_tween_animation_builder.dart';