native_splash_screen_platform_interface 2.0.0
native_splash_screen_platform_interface: ^2.0.0 copied to clipboard
A common platform interface for the native_splash_screen plugin.
native_splash_screen_platform_interface #
The platform interface for the native_splash_screen
Flutter plugin.
This package is not intended for direct use.
It defines the platform-agnostic API surface used by platform-specific implementations likenative_splash_screen_linux
andnative_splash_screen_windows
.
Purpose #
This package provides:
- The base class
NativeSplashScreenPlatform
, which platform implementations must extend. - The
CloseAnimation
enum, which defines supported splash screen closing animations.
Platform Endorsement #
The main plugin native_splash_screen
automatically uses the correct implementation via the Flutter plugin system. You do not need to include this package in your pubspec.yaml
.
License #
BSD 3-Clause