mysplashscreen 0.0.5 copy "mysplashscreen: ^0.0.5" to clipboard
mysplashscreen: ^0.0.5 copied to clipboard

You can create splashscreen easily.

Usage #

You can use the mysplashscreen package. This works both on iOS and Android.

Example #

import 'package:mysplashscreen/mysplashscreen.dart';

home: MySplashScreen(
          loadtimeSec: 10,
          loading: true,
          nextscreen: Gonext(),
          backcolor: Colors.brown,
          bottomtext: 'My Splash Screen',
          bottomtextstyle: TextStyle(
              color: Colors.white, fontSize: 15, fontWeight: FontWeight.bold),
        ));

You can user Asset image also , Ex:using assetimage:"assets/image.png"

Exmaple Project

License #

MIT

6
likes
20
pub points
0%
popularity

Publisher

unverified uploader

You can create splashscreen easily.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on mysplashscreen