change_app_package_name icon indicating copy to clipboard operation
change_app_package_name copied to clipboard

Change App Package Name with single command. It makes the process very easy and fast.

Results 20 change_app_package_name issues
Sort by recently updated
recently updated
newest added

I just changed the package name using the command "flutter pub run change_app_package_name:main com.new.package.name" While creating apps using firebase-cli in the firebase Android package name changed properly but the iOS...

Deprecated. Use `dart run` instead. Unhandled exception: Null check operator used on a null value #0 AndroidRenameSteps.process (package:change_app_package_name/android_rename_steps.dart:29:41)

``` Unhandled exception: FileSystemException: Directory listing failed, path = 'android/app/src/main/kotlin\*' (OS Error: The system cannot find the path specified. , errno = 3) Instance of '_StringStackTrace'pub finished with exit code...

In case of there is other java or kotlin files in the activity folder, now can that files updated and move like MainActivty file

flutter pub run is deprecated. dart run is recommended

i'm using the latest version ![image](https://user-images.githubusercontent.com/28706220/197375182-178885cc-927f-4d2f-b86f-b62046e17bf4.png) kotlin works well but when I used java this error always shows up I manually fixed the directory tree btw ![image](https://user-images.githubusercontent.com/28706220/197374990-527e8ad4-6208-46ca-ab94-f6607591f47e.png)

namespace from build.gradle is not updating

## Description of Changes - Kotlin Keyword Escaping for TLDs: Added support for escaping Kotlin keywords (is, in, as) that conflict with top-level domains such as.is (Iceland), .in (India), and...

#### Problem Kotlin treats `is`, `in`, and `as` as keywords. This is a problem since these conflict with the top level domains for Iceland🇮🇸, India🇮🇳 and American Samoa🇦🇸 respectively. Currently,...