FLUTTER ECOSYSTEM

flutter_launcher_name

A command-line tool which simplifies the task of updating your Flutter app's launcher name.

Latest version
0.0.1
30-day downloads
65
Likes
170
Pub points
40

Package Overview

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

Overview

A Flutter package that simplifies updating the launcher name of your app across platforms. It provides a command-line tool to modify the app's display name in the Android and iOS launch configurations without manual editing. This streamlines the development workflow, especially when managing multiple environments or branding changes. The tool ensures consistency and reduces the risk of configuration errors.

Use cases
  • Updating app name for different build flavors
  • Changing app display name during CI/CD pipelines
  • Managing branding variations across environments
  • Automating launch name updates in multi-platform apps
Key features
  • Command-line interface for easy updates
  • Supports both Android and iOS platforms
  • Preserves existing configuration integrity
  • Simple integration via pub add
  • Automates platform-specific file modifications
Suitable for
  • Developers managing multiple app variants
  • Teams using automated deployment workflows
  • Projects requiring frequent branding changes
  • Flutter apps targeting both Android and iOS
Considerations
  • Requires manual setup of configuration files
  • May conflict with custom build scripts
  • Not suitable for runtime name changes
  • Limited to build-time configuration updates
Supported platformsNot available

Install package

flutter pub add flutter_launcher_name

Categories

Source repository

Related projects