animation_groups 0.0.3
animation_groups: ^0.0.3 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_groupsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
animation_groups: ^0.0.3Alternatively, 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';