You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: