animated_book_widget library

Classes

AnimatedBookWidget
A customizable animated book widget with cover, content, and animation control.
AnimatedContentDelegate
An abstract class representing the delegate for animated content within a book.
AnimatedContentWidget
A Flutter widget that displays animated content within a book using a specified delegate.
AnimatedCoverWidget
A Flutter animated widget that transforms its child using a rotation animation.
BuilderAnimatedContentDelegate
An implementation of AnimatedContentDelegate that uses a builder function.
DefaultAnimatedContentDelegate
A default implementation of AnimatedContentDelegate with a scaling animation.

Enums

AnimatedBookStatus
AnimatedBookStatus A enum representing the status of an animated book.

Extensions

AnimationControllerX on AnimationController
Extension methods for the AnimationController class.
TextThemeX on BuildContext
Extension methods for accessing text-related properties within a BuildContext.
ThemeX on BuildContext
Extension methods for accessing theme-related properties within a BuildContext.

Typedefs

AnimatedBookContentBuilder = Widget Function(BuildContext context, Animation<double> bookAnimation, Widget? child)
A function signature for building the content of an animated book.