FLUTTER ECOSYSTEM

launcher_name

A Flutter package to change and localize the launcher name of your app.

Latest version
1.0.2
30-day downloads
1K
Likes
34
Pub points
150

Package Overview

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

Overview

The launcher_name package allows developers to dynamically change and localize the launcher name of their Flutter app across multiple platforms, including Android, iOS, macOS, Windows, and Linux. It simplifies the process of customizing the app's display name in the device's app drawer or home screen based on the user's locale. This is particularly useful for apps targeting international audiences that require different names in various languages. The package integrates seamlessly with Flutter’s localization system and requires minimal configuration.

Use cases
  • Localizing app names by language
  • Customizing launchers for different regions
  • Supporting multilingual app branding
  • Updating app names without rebuilding
  • Managing app display names per platform
Key features
  • Dynamic launcher name changes
  • Support for multiple locales
  • Cross-platform compatibility
  • Simple integration with Flutter localization
  • No need for native code modifications
Suitable for
  • Internationalized apps
  • Apps with region-specific branding
  • Developers using Flutter's localization
  • Teams managing multilingual releases
  • Projects requiring flexible app naming
Considerations
  • Requires proper locale setup in app
  • May need rebuild to reflect changes on some platforms
  • Limited to launcher name only, not other metadata
  • Not applicable for web builds
  • Platform-specific behavior may vary
Supported platformsAndroidiOSmacOSWindowsLinux

Install package

flutter pub add launcher_name

Categories

Related projects

No data available yet.