0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.