FLUTTER ECOSYSTEM

rename_app

The flutter package which changes app name for all platforms with sound null safety!

Latest version
1.6.6
30-day downloads
18.4K
Likes
344
Pub points
150

Package Overview

Selection guidance generated from public package information. For reference only.

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
Supported platformsAndroidiOSmacOSWindowsLinux

Install package

flutter pub add rename_app

Categories

Source repository

Related projects