splasher 0.0.9 copy "splasher: ^0.0.9" to clipboard
splasher: ^0.0.9 copied to clipboard

The Splasher widget in Flutter is designed to create a splash screen for your application.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add splasher

With Flutter:

 $ flutter pub add splasher

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  splasher: ^0.0.9

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:splasher/splasher.dart';
4
likes
0
pub points
43%
popularity

Publisher

verified publishermagradze.dev

The Splasher widget in Flutter is designed to create a splash screen for your application.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, lottie

More

Packages that depend on splasher