native_splash_screen_linux
The Linux implementation for the native_splash_screen
Flutter plugin.
This package is not intended for direct use.
It is automatically used on Linux when you depend on the mainnative_splash_screen
plugin.
Features
- Native GTK splash screen window.
- Customizable via a YAML config (
native_splash_screen.yaml
) using thenative_splash_screen_cli
tool. - Supports:
- Configurable image, size, colors, blur, and border radius
- Close animations (fade, slide up/down, none)
- Fallback
window_color
for non-composited environments (e.g. some WMs or DEs)
Platform Support
This plugin is intended for desktop Linux environments. It supports both X11 and Wayland-based window managers.
Usage
You do not need to install this package directly.
Add the main plugin instead:
dependencies:
native_splash_screen: ^2.1.0
License
BSD 3-Clause