splasher 0.0.9
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 splasherWith Flutter:
$ flutter pub add splasherThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
splasher: ^0.0.9Alternatively, 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';