zeba_academy_scroll_effects 1.0.1
zeba_academy_scroll_effects: ^1.0.1 copied to clipboard
Beautiful scroll effects like parallax, sticky headers, and animations.
๐ Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.0.1 Initial Release ๐ #
โจ Added #
- ๐ Parallax scrolling widget (
ZebaParallax) - ๐ Collapsing AppBar (
ZebaCollapsingAppBar) - โจ Fade & Scale on scroll (
ZebaFadeScale) - ๐ Sticky header support (
ZebaStickyHeader) - ๐ฌ Scroll reveal animations (
ZebaScrollReveal)
๐ฆ Package Setup #
- Initial package structure created
- Main export file (
zeba_scroll_effects.dart) - Organized modular architecture under
src/
๐งช Testing #
- Basic widget tests added
- Removed default template test (
Calculator)
๐ฑ Example #
-
Added example app demonstrating:
- Collapsing AppBar
- Fade & Scale list animations
๐ Documentation #
- Production-ready README.md
- Usage examples for all widgets
- Installation instructions
๐ฎ Upcoming (Planned) #
๐ง Improvements #
- More customizable animation curves
- Horizontal scroll support
- Performance optimizations for large lists
- Better control over animation triggers
โจ New Features #
- Physics-based scroll animations
- Advanced parallax layers
- Built-in scroll controller helpers
๐ Notes #
- This is the first stable release
- API may evolve in future versions based on feedback
Thank you for using zeba_scroll_effects! ๐