snowfall_or_anythings 0.0.6
snowfall_or_anythings: ^0.0.6 copied to clipboard
A Flutter package to create snowfall or any kind of falling widgets animations.
Changelog #
All notable changes to this project will be documented in this file.
0.0.6 #
Fixed #
- Applied dart format to all library files for pub.dev compliance
- Updated example dependencies (flutter_lints to ^6.0.0)
0.0.5 #
Added #
- Frame rate control via
frameRateMsparameter for performance tuning - Comprehensive inline documentation for all public APIs
- Proper CHANGELOG documentation
Fixed #
- Particles now initialize with correct screen dimensions instead of hardcoded 1000px
- Removed duplicate
update()calls in painters (~50% performance improvement) - Particles properly adapt to
LayoutBuilderconstraints
Changed #
- Enhanced documentation with dartdoc comments throughout the codebase
Performance #
- Significant performance improvement by eliminating redundant particle updates per frame
- Particles now initialize efficiently with actual screen dimensions
