animations_plus 1.0.0 copy "animations_plus: ^1.0.0" to clipboard
animations_plus: ^1.0.0 copied to clipboard

A comprehensive Flutter animation package with pre-built widgets and utilities for creating smooth, performant animations with minimal boilerplate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animations_plus

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

dependencies:
  animations_plus: ^1.0.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:animations_plus/animations_plus.dart';
6
likes
160
points
26
downloads

Publisher

verified publishernaveenjose.online

Weekly Downloads

A comprehensive Flutter animation package with pre-built widgets and utilities for creating smooth, performant animations with minimal boilerplate.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animations_plus