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

outdated

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

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

unknown (license)

Dependencies

flutter, yaml

More

Packages that depend on launcher_name