Overview
A Flutter package that simplifies changing the app name across all platforms—Android, iOS, macOS, Windows, and Linux—with full support for sound null safety. It automates the process of updating platform-specific configuration files, ensuring consistency and reducing manual errors. Ideal for developers who need to quickly rebrand or customize their app's display name without navigating complex native project structures.
Use cases
- Rebranding an existing app
- Customizing app name per build variant
- Streamlining multi-platform app naming
- Automating app name updates in CI/CD pipelines
- Updating app name without editing native files
Key features
- Cross-platform compatibility
- Sound null safety support
- Automated configuration updates
- Simple CLI integration
- Preserves existing app structure
Suitable for
- Flutter developers managing multiple app variants
- Teams requiring consistent app naming
- Projects with frequent branding changes
- Developers using automated build workflows
Considerations
- Requires manual verification after update
- May conflict with custom build configurations
- Not suitable for apps with highly customized native setup
- Limited to app name changes only
- Does not handle icon renaming