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

A package that makes it easy to set your flutter app luncher name & Icon.

Flutter App ReName #

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

Usage #

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

sp_flutter_rename_app:
  name: "My App"
  id: "com.spisoft.my_app_name"
  1. Run sp_flutter_rename_app in your project's directory
flutter pub get
flutter pub run sp_flutter_rename_app
1
likes
90
pub points
0%
popularity

Publisher

unverified uploader

A package that makes it easy to set your flutter app luncher name & Icon.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, rename, xml, yaml

More

Packages that depend on sp_flutter_rename_app