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

retracted

A simple flutter app rename tool

A sample command-line application with an entrypoint in bin/, library code in lib/, and example unit test in test/.


flutter_app_rename_tool:
  flutter:
    app_name: far_altman_flutter

  ios:
    app_name: FARAltmanIOS
    bundle_identifier:
      debug: com.example.app_debug
      profile: com.example.app_profile
      release: com.example.app_release

  android:
    app_name: FARAltmanAndroid
    package: com.example.android

------

flutter_app_rename_tool:
  flutter:
    app_name: far_altman_flutter

  ios:
    app_name: FARAltmanIOS
    bundle_identifier: com.example.app_debug

  android:
    app_name: FARAltmanAndroid
    package: com.example.android
0
likes
0
points
88
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

A simple flutter app rename tool

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path, xcode_parser1, xml, yaml, yaml_edit

More

Packages that depend on flutter_app_rename_tool