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

This is Flutter Animation Library can easy to use Animation. Only need create AnimationGroup and add AnimationPart information to make Animation.

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

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
130
points
91
downloads

Publisher

verified publisherpub.allinfish.com

Weekly Downloads

This is Flutter Animation Library can easy to use Animation. Only need create AnimationGroup and add AnimationPart information to make Animation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, vector_math

More

Packages that depend on animation_groups