animation_next 0.1.0 copy "animation_next: ^0.1.0" to clipboard
animation_next: ^0.1.0 copied to clipboard

A comprehensive Flutter animation package providing smooth, customizable animations including bounce, fade, slide, zoom, flip, and color tween animations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animation_next

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

dependencies:
  animation_next: ^0.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:animation_next/animation_next.dart';
2
likes
160
points
46
downloads

Publisher

verified publishershashiben.me

Weekly Downloads

A comprehensive Flutter animation package providing smooth, customizable animations including bounce, fade, slide, zoom, flip, and color tween animations.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animation_next