tween_image_widget 0.0.2
tween_image_widget: ^0.0.2 copied to clipboard
A tween image widget Flutter package. Widget that can play the animation repeatedly, or manually control the progress of the animation sequence
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tween_image_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tween_image_widget: ^0.0.2Alternatively, 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:tween_image_widget/tween_image_widget.dart';