flutter_page_curl 0.1.0
flutter_page_curl: ^0.1.0 copied to clipboard
A high-performance page curl effect for Flutter using GLSL fragment shaders. Simulates realistic iOS-style page turning with interactive gesture support.
0.1.0 #
- Initial release
- GPU-accelerated page curl effect using GLSL fragment shaders
- Interactive gesture-based page turning from screen edges
- Bidirectional navigation (forward and backward)
- Realistic cylinder deformation with shadow and back-page shading
- Swipe direction validation (prevents wrong-direction gestures)
- Pre-capture optimization for smooth transitions
- Customizable radius, shadow width, back opacity, and edge zone width
- Commit/cancel animation with configurable duration and curve
- Programmatic page navigation via
PageCurlController