launcher_name 1.0.1 copy "launcher_name: ^1.0.1" to clipboard
launcher_name: ^1.0.1 copied to clipboard

A Flutter package to change and localize the launcher name of your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add launcher_name

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

dependencies:
  launcher_name: ^1.0.1

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:launcher_name/launcher_name.dart';
33
likes
150
points
1.34k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to change and localize the launcher name of your app.

Homepage

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, yaml

More

Packages that depend on launcher_name