pure_native_splash 0.3.1
pure_native_splash: ^0.3.1 copied to clipboard
Solid-color native splash for Android and iOS (light & dark), hiding the Android 12+ icon flash.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pure_native_splashWith Flutter:
$ flutter pub add pure_native_splashThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pure_native_splash: ^0.3.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pure_native_splash/pure_native_splash.dart';