loop_transition 1.0.0 copy "loop_transition: ^1.0.0" to clipboard
loop_transition: ^1.0.0 copied to clipboard

Provides a way to create animated transitions on a child widget that repeat a certain number of times.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add loop_transition

With Flutter:

 $ flutter pub add loop_transition

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

dependencies:
  loop_transition: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:loop_transition/loop_transition.dart';
2
likes
0
points
42
downloads

Publisher

verified publisherwidgetarian.com

Weekly Downloads

Provides a way to create animated transitions on a child widget that repeat a certain number of times.

Repository (GitHub)
View/report issues

Topics

#transition #animation #repeatable #pausable #widgetarian

Funding

Consider supporting this project:

buymeacoffee.com
ko-fi.com

License

unknown (license)

Dependencies

flutter

More

Packages that depend on loop_transition