change_app_package_name icon indicating copy to clipboard operation
change_app_package_name copied to clipboard

Issue with native files

Open kabirnayeem99 opened this issue 2 years ago • 1 comments

I am facing an issue, where changing the package name would create a new directory with the MainActivity.kt file, but the native Kotlin or Java file, I have created manually won't switch over there.

For example, if I create a ListTileNativeAdFactory class for native ad support, it will remain in the old directory, whereas MainActivity has been moved to the new directory.

For your kind information, I am using the change_app_package_name v1.0.0 and the flutter version is -

Flutter 2.2.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision f4abaa0735 (2 weeks ago) • 2021-07-01 12:46:11 -0700
Engine • revision 241c87ad80
Tools • Dart 2.13.4

kabirnayeem99 avatar Jul 16 '21 16:07 kabirnayeem99

I'm keeping this open.

Will add support later. many edge cases to handle for this scenario.

If anyone wants to contribute they can.

atiqsamtia avatar May 29 '22 20:05 atiqsamtia