native_splash_screen_cli 0.1.0
native_splash_screen_cli: ^0.1.0 copied to clipboard
A CLI tool that generates native splash screen code for Flutter apps based on a YAML config file.
0.1.0 #
- Initial release of the CLI tool for generating splash screen definitions.
- Generate the
native_splash_screen.yamlconfig file. - Reads from
native_splash_screen.yamlconfig file. - Generates platform-specific splash code (e.g., C headers).
- Supports:
- Custom and default flavors (release/debug/profile/flavors)
- Fallback logic per platform
- Multiple color formats (hex, rgba, argb, etc.)
- Designed for future multi-platform expansion.