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

The Splasher widget in Flutter is designed to create a splash screen for your application. A splash screen is a graphical control element consisting of a window containing an image, logo, and optional [...]

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.1

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. A splash screen is a graphical control element consisting of a window containing an image, logo, and optionally some loading indicators or text. It's typically shown while an application loads and initializes its resources before displaying the main content.

Homepage

License

unknown (license)

Dependencies

flutter, lottie

More

Packages that depend on splasher