simplified_flutter_animations 0.0.3 copy "simplified_flutter_animations: ^0.0.3" to clipboard
simplified_flutter_animations: ^0.0.3 copied to clipboard

outdated

An easy way to create basic animations for Widgets when they appear. No messing with AnimationControllers, just pass a Builder and you are ready.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simplified_flutter_animations

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

dependencies:
  simplified_flutter_animations: ^0.0.3

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:simplified_flutter_animations/generic_size_transition.dart';
import 'package:simplified_flutter_animations/generic_slide_transition.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

An easy way to create basic animations for Widgets when they appear. No messing with AnimationControllers, just pass a Builder and you are ready.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simplified_flutter_animations