injectable icon indicating copy to clipboard operation
injectable copied to clipboard

Updating AndroidManifest.xml based on Selected Environment with Injectable

Open skyberk opened this issue 10 months ago • 0 comments

I'm using the injectable environment feature, which functions similarly to Android product flavors. While everything works seamlessly within the lib folder of my Flutter project, I'm facing a challenge. I need to dynamically update a specific tag within the AndroidManifest.xml file based on the chosen environment.

Is there a way to achieve this using the injectable package? Or do I have to still create product flavors on android native side.

skyberk avatar Apr 17 '24 21:04 skyberk