modern_launcher_name 1.0.0 copy "modern_launcher_name: ^1.0.0" to clipboard
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_name

Use 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_name

This 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.0

Alternatively, 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';
1
likes
150
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package to update the launcher name for Android and iOS applications, including CFBundleName and CFBundleDisplayName for iOS.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, path, xml, yaml

More

Packages that depend on modern_launcher_name