sp_flutter_rename_app 0.0.1 sp_flutter_rename_app: ^0.0.1 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 #
- 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
flutter_app_name:
name: "My App"
id: "com.spisoft.my_app_name"
- Run sp_flutter_rename_app in your project's directory
flutter pub get
flutter pub run sp_flutter_rename_app