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.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate modern_launcher_nameUse it
The package has the following executables:
$ modern_launcher_name
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add modern_launcher_nameThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
modern_launcher_name: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:modern_launcher_name/modern_launcher_name.dart';