flutter_app_name 0.1.1 copy "flutter_app_name: ^0.1.1" to clipboard
flutter_app_name: ^0.1.1 copied to clipboard

A package that makes it easy to set your flutter app launcher name.

Flutter App Name #

A command-line tool that makes it trivial to set the launcher name for iOS and Android Flutter apps. Works with Flutter 2.

Usage #

  1. Set your dev dependencies and your app's name
dev_dependencies:
  flutter_app_name: ^0.1.0

flutter_app_name:
  name: "My Cool App"
copied to clipboard
  1. Run flutter_app_name in your project's directory
flutter pub get
flutter pub run flutter_app_name
copied to clipboard

Test #

Run the test suite with

pub run test

134
likes
110
points
807
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.09 - 2025.03.24

A package that makes it easy to set your flutter app launcher name.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

xml, yaml

More

Packages that depend on flutter_app_name