native_splash_screen 2.1.0
native_splash_screen: ^2.1.0 copied to clipboard
A fully configurable native splash screen plugin for Flutter apps, supporting static linking, runtime animations, and CLI-based asset generation.
2.1.0 #
- Downgrade the minimum flutter and dart versions for the plugins.
2.0.2 #
- Update the
README.md
.
2.0.1 #
- Add
macos
to the platforms.
2.0.0 #
- New stable release for new platform.
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.