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

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.10

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_fade_transition.dart';
import 'package:simplified_flutter_animations/generic_size_transition.dart';
import 'package:simplified_flutter_animations/generic_slide_transition.dart';
0
likes
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, simple_animations

More

Packages that depend on simplified_flutter_animations