splash_screens_test

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

splash screens test

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
),
),
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.