flutter_app_rename 0.1.4 copy "flutter_app_rename: ^0.1.4" to clipboard
flutter_app_rename: ^0.1.4 copied to clipboard

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

Flutter App Rename #

flutter allows you to change the name of the application

Usage #

  1. Set your dev dependencies and your app's name and id (aka bundleId or applicationId, previously: package name)
dev_dependencies:
  flutter_app_rename: ^0.1.2

flutter_app_rename:
  name: "My Cool App"
  id: "com.example.flutter_app_name"
  1. Run flutter_app_rename in your project's directory
flutter pub get
flutter pub run flutter_app_rename

Test #

Run the test suite with

pub run test

0
likes
120
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

rename, xml, yaml

More

Packages that depend on flutter_app_rename