show_up_animation 2.1.2 copy "show_up_animation: ^2.1.2" to clipboard
show_up_animation: ^2.1.2 copied to clipboard

A flutter package to simplify the implementation of "show up" animation

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add show_up_animation
copied to clipboard

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

dependencies:
  show_up_animation: ^2.1.2
copied to clipboard

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:show_up_animation/show_up_animation.dart';
copied to clipboard
166
likes
160
points
2.78k
downloads

Publisher

verified publisherthecodepapaya.dev

Weekly Downloads

2024.09.14 - 2025.03.29

A flutter package to simplify the implementation of "show up" animation

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on show_up_animation