In android studio 4.2, the interface for creating projects for flutter was changed. For example create a new project named com.example but in the final file AndroidManifest.xml we have a package for some reason called com.example.example redundant part appears. Organization field must be of two parts, there you cannot just enter com to get the output com.example I understand that this is not a problem for most, you can simply create a name from three parts, but it was convenient before and there was no such problem.
Found change_app_package_name This way works, but I would like a better solution.
