webp_animation_flutter 0.1.0-dev.3
webp_animation_flutter: ^0.1.0-dev.3 copied to clipboard
High-performance WebP animation library for Flutter using game dev principles. Features isolate-based decoding and efficient sprite sheet rendering.
Changelog #
0.1.0-dev.3 - 2025-12-01 #
- fixed links to documentation in README.md
0.1.0-dev.2 - 2025-11-30 #
- added demo video to README
0.1.0-dev.1 - 2025-11-30 #
Added #
- Initial implementation of WebP animation library
- Isolate-based WebP decoding for smooth UI performance
- Sprite sheet rendering for efficient GPU usage
WebpAnimationwidget for single animationsWebpAnimationLayerwidget for batch rendering multiple animations- Support for WebP frame delays and custom FPS
- AnimationController integration for advanced control
- Builder pattern for custom loading/error states