animate_kit 0.6.0 copy "animate_kit: ^0.6.0" to clipboard
animate_kit: ^0.6.0 copied to clipboard

State-driven Flutter animation primitives built on flutter_animate. Respects system reduce-motion. Includes entrance, opacity, surface, and skeleton shimmer widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animate_kit

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

dependencies:
  animate_kit: ^0.6.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:animate_kit/animate_kit.dart';
1
likes
160
points
57
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

State-driven Flutter animation primitives built on flutter_animate. Respects system reduce-motion. Includes entrance, opacity, surface, and skeleton shimmer widgets.

Repository (GitHub)
View/report issues

Topics

#animation #ui #skeleton #shimmer #loading

License

(pending) (license)

Dependencies

flutter, flutter_animate

More

Packages that depend on animate_kit