- Performance:
- Added
RepaintBoundary
to key components and eliminated nestedAnimatedBuilder
for faster animations - Pre-wrapped main content outside builder function and optimized offset calculations
- Added
- Fixes: Resolved window resizing errors by properly handling MediaQuery dimensions
- API: Added
onProgressChanged
callback withSlideRevealProgress
for tracking animation state - Structure: Improved package structure with a clean export API
- Performance: Improved rendering efficiency by optimizing animation rebuilds, adding RepaintBoundary for the main content, removing redundant animation listeners, and implementing conditional widget rendering to reduce unnecessary rebuilds during sliding animations
- Initial release. Check out the README file for instructions.