names_launcher 0.0.2 copy "names_launcher: ^0.0.2" to clipboard
names_launcher: ^0.0.2 copied to clipboard

A command-line tool that simplifies the task of updating your Flutter app's launcher name. Full flexibility allows you to only update the launcher name for specific platforms as needed.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add names_launcher

With Flutter:

 $ flutter pub add names_launcher

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  names_launcher: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:names_launcher/cli_commands.dart';
import 'package:names_launcher/commands/android_rename_command.dart';
import 'package:names_launcher/commands/ios_rename_command.dart';
import 'package:names_launcher/commands/linux_rename_command.dart';
import 'package:names_launcher/commands/macos_rename_command.dart';
import 'package:names_launcher/commands/rename_command.dart';
import 'package:names_launcher/commands/web_rename_command.dart';
import 'package:names_launcher/commands/windows_rename_command.dart';
import 'package:names_launcher/constants.dart';
import 'package:names_launcher/version.dart';
4
likes
120
points
174
downloads

Publisher

verified publishergoweii.top

Weekly Downloads

A command-line tool that simplifies the task of updating your Flutter app's launcher name. Full flexibility allows you to only update the launcher name for specific platforms as needed.

Repository (GitHub)
View/report issues

Topics

#name #app-name #name-launcher #launcher-name

Documentation

API reference

License

MIT (license)

Dependencies

args, path, yaml

More

Packages that depend on names_launcher