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

Customized splash screens.

How do I use them? #

import 'package:splash_screens/splash_screens.dart';

return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: showSplashScreen(
            () => {} // Navigate to home page
        ),
      ),
    );
2
likes
140
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Customized splash screens.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, lottie, plugin_platform_interface, smooth_page_indicator

More

Packages that depend on splash_screens_test

Packages that implement splash_screens_test