flutter_rain_effect 0.0.3
flutter_rain_effect: ^0.0.3 copied to clipboard
A customizable rain effect package for Flutter applications
Changelog #
[0.0.1] - 2024-12-31 #
- Initial release of the Rain Effect package.
[0.0.2] - 2024-12-31 #
- Changed the package structure to separate the core components into individual files.
- Moved
RainDrop
,Splash
,SplashParticle
, andRainEffect
into their respective files for better maintainability.
[0.0.3] - 2024-12-31 #
- Refactored the package structure further by creating directories for
models
,effects
, andrenderers
. - Moved
RainPainter
andSplashParticle
to therenderers
folder. - Updated import paths to reflect the new folder structure.