flutter_rain_effect 0.0.5
flutter_rain_effect: ^0.0.5 copied to clipboard
Flutter Rain Effect is a customizable package for adding rain and splash effects to Flutter apps. It supports multiple platforms, allowing easy adjustments for rain intensity, color, size, and even us [...]
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.
[0.0.3] - 2024-12-31 #
- Updated import paths to reflect the new folder structure.
[0.0.4] - 2024-12-31 #
- Added platform-specific implementations for Windows, macOS.
[0.0.5] - 2024-12-31 #
- Fixed minor formatting issues in lib/src/flutter_rain_effect.dart and lib/src/flutter_rain_effect_method_channel.dart.
- Corrected version constraints in pubspec.yaml to ensure compatibility with latest Flutter and Dart versions.
- Updated README for better clarity and added missing documentation for functions and classes.
- Removed unnecessary files and ensured all code follows standard Dart formatting.
- Refactored rain effect logic to improve performance and support better customization options.
- Added example code to showcase the use of the package with different intensities and splash effects.