injectable
injectable copied to clipboard
Updating AndroidManifest.xml based on Selected Environment with Injectable
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.