Closed nikhil-thakkar closed 7 months ago
Hey @nikhil-thakkar , if you want to reference them in your flutter code you have to manually define them in the F class file, resValues and iOS variables can only be used on the native side
For future questions please use the Discussion section
First of all thank you for this excellent package. This definitively makes life easier for developers.
I have a question about how to read the variables in flutter code which are defined in the flavors. For example
How would I read the values for "variable_one" and "variable_two" in flutter code assuming the values will reflect as per platform? I couldn't find this answer in the readme file.