do_animate library

A comprehensive Flutter animation package with ready-to-use animation widgets.

DoAnimate provides a collection of beautiful, customizable animations that can be easily integrated into any Flutter application. All animations are performant and follow Flutter best practices.

Example usage:

import 'package:do_animate/do_animate.dart';

DoAnimateWidget(
  animationType: AnimationType.fadeIn,
  child: Text('Hello World'),
)

Classes

AnimationConfig
Configuration for animation behavior
DoAnimateWidget
A unified widget that provides easy access to all DoAnimate animations.

Enums

AnimationType
Enum representing different types of animations available in DoAnimate.