@yardexx Hey, the namespace is there now. But there is still one more issue:
Incorrect package="com.aheaditec.freerasp" found in source AndroidManifest.xml: /home/helu/.pub-cache/hosted/pub.dev/freerasp-6.2.0/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.aheaditec.freerasp" from the source AndroidManifest.xml: /home/helu/.pub-cache/hosted/pub.dev/freerasp-6.2.0/android/src/main/AndroidManifest.xml.
I tried it locally, and it is still required to remove package="com.aheaditec.freerasp" from the Manifest file. After that, it is working fine ;)
Thank you for bringing this up. I will check with the team if this is fixed in the next release which is being finalized. I will update you as soon as I can.
I tried it locally, and it is still required to remove
package="com.aheaditec.freerasp"
from the Manifest file. After that, it is working fine ;)Originally posted by @HE-LU in https://github.com/talsec/Free-RASP-Flutter/issues/80#issuecomment-1698716928