custom_splash_screens 0.1.0
custom_splash_screens: ^0.1.0 copied to clipboard
The easiest way to create custom splash screens in a just few line of codes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add custom_splash_screensThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
custom_splash_screens: ^0.1.0Alternatively, 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:custom_splash_screens/custom_splash_screens.dart';