modern_launcher_name 1.0.0
modern_launcher_name: ^1.0.0 copied to clipboard
A Flutter package to update the launcher name for Android and iOS applications, including CFBundleName and CFBundleDisplayName for iOS.
modern_launcher_name_example #
This is an example project demonstrating how to use the modern_launcher_name package.
Setup #
- Ensure the
modern_launcher_namepackage is located in the parent directory. - Run
flutter pub getto install dependencies. - Run the following command to update the launcher name:
dart run modern_launcher_name
This will update the launcher name to "ExampleApp" as specified in pubspec.yaml.```