page_turn_animation 0.1.0
page_turn_animation: ^0.1.0 copied to clipboard
A Flutter package that provides a realistic page turn/curl animation effect for transitioning between content using captured images.
0.1.0 #
- Added
PageTurnEdgeenum to control which edge the page curls over - Supports all four edges: top, bottom, left, right
- All eight combinations of edge and direction are supported
PageTurnAnimationnow accepts optionaledgeparameter- Full backward compatibility - existing code works without changes
0.0.1 #
- Initial release with vertical page turn animation
- Realistic 3D page curl effect
- Smooth, performant animations
- Fully customizable styling via
PageTurnStyle - Support for forward and backward page turns
StaticImagePainterhelper for static image rendering