show_up_animation 2.1.0 copy "show_up_animation: ^2.1.0" to clipboard
show_up_animation: ^2.1.0 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 Dart:

 $ dart pub add show_up_animation
copied to clipboard

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 dart pub get):

dependencies:
  show_up_animation: ^2.1.0
copied to clipboard

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

Publisher

verified publisherthecodepapaya.dev

Weekly Downloads

2024.05.31 - 2025.04.25

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on show_up_animation