animate_z_widget 0.0.8
animate_z_widget: ^0.0.8 copied to clipboard
AnimateZ is a Flutter package that allows you to add various animations to your widgets with ease.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add animate_z_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
animate_z_widget: ^0.0.8Alternatively, 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_z_widget/animate_z_widget.dart';