native_splash_screen 1.0.0
native_splash_screen: ^1.0.0 copied to clipboard
A fully configurable native splash screen plugin for Flutter apps, supporting static linking, runtime animations, and CLI-based asset generation.
1.0.0 #
- First stable release
0.1.0 #
- Initial release of the
native_splash_screen
Flutter plugin. - Provides a unified API to control the native splash screen.
- Supports:
- Showing/hiding the splash screen
- Close animations via
CloseAnimation
enum
- Relies on the
native_splash_screen_platform_interface
. - Requires configuration using the
native_splash_screen_cli
tool.