raindrop_animated_splash_screen 0.0.2
raindrop_animated_splash_screen: ^0.0.2 copied to clipboard
A customizable raindrop splash screen animation for Flutter apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add raindrop_animated_splash_screenThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
raindrop_animated_splash_screen: ^0.0.2Alternatively, 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:raindrop_animated_splash_screen/raindrop_splash_screen.dart';
import 'package:raindrop_animated_splash_screen/widget/animation_screen.dart';
import 'package:raindrop_animated_splash_screen/widget/hole_painter.dart';
import 'package:raindrop_animated_splash_screen/widget/staggered_raindrop_animation.dart';