disabled_animation_checker library

Classes

DisabledAnimationChecker
A public-facing API to check the system's animation status.

Mixins

AnimationDisabledObserverMixin<T extends StatefulWidget>
A mixin to observe and handle changes in system animation settings. It monitors whether animations are enabled or disabled and triggers a callback when the status changes.

Exceptions / Errors

UnknownAnimationStatus
Exception thrown when the animation status cannot be determined.