flutter_rain_effect 1.0.0
flutter_rain_effect: ^1.0.0 copied to clipboard
A customizable package for adding rain and splash effects to Flutter apps. Supports multiple platforms with adjustable rain intensity, color, size, and even text-based raindrops.
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.
[1.0.0] - 2024-12-31 #
- Shortened the package description to meet pub.dev requirements (60-180 characters).