rainy_day 1.0.1
rainy_day: ^1.0.1 copied to clipboard
Hyper-realistic rain-on-glass effect for Flutter. Renders falling drops with miniature reflections, collisions, trails, wind gusts, and accelerometer-driven parallax over a blurred background image.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rainy_dayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rainy_day: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rainy_day/rainy_day.dart';