animation_groups 0.0.1 copy "animation_groups: ^0.0.1" to clipboard
animation_groups: ^0.0.1 copied to clipboard

outdated

A Flutter Animation Library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animation_groups

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

dependencies:
  animation_groups: ^0.0.1

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:animation_groups/animation_group/manager/animation_driver.dart';
import 'package:animation_groups/animation_group/manager/animation_manager.dart';
import 'package:animation_groups/animation_group/parameter/animation_group.dart';
import 'package:animation_groups/animation_group/parameter/animation_part.dart';
import 'package:animation_groups/animation_group/widget/animation_group_widget.dart';
import 'package:animation_groups/animations.dart';
2
likes
0
points
91
downloads

Publisher

verified publisherpub.allinfish.com

Weekly Downloads

A Flutter Animation Library.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, vector_math

More

Packages that depend on animation_groups