dependencies/flutter_animate/src/flutter_animate library

Classes

EffectEntry
Because Effect classes are immutable and may be reused between multiple Animate (or AnimateList) instances, an EffectEntry is created to store values that may be different between instances. For example, due to an interval on AnimateList, or from inheriting timing parameters.

Mixins

AnimateManager<T>
Provides a common interface for Animate and AnimateList to attach Effect extensions.