splashscreen_extend 1.0.0 copy "splashscreen_extend: ^1.0.0" to clipboard
splashscreen_extend: ^1.0.0 copied to clipboard

discontinuedreplaced by: splashscreen

A Flutter package which provides a basic SplashScreen with the ability to launch a widget from a future object, display a logo and a loading indicator.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add splashscreen_extend

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

dependencies:
  splashscreen_extend: ^1.0.0

Alternatively, 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:splashscreen_extend/splashscreen_extend.dart';
1
likes
30
pub points
0%
popularity

Publisher

verified publishervace.media

A Flutter package which provides a basic SplashScreen with the ability to launch a widget from a future object, display a logo and a loading indicator.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on splashscreen_extend