Replies: 1 comment
-
Hey @Nebula26 , unfortunately no (using flutter_flavorizr) but you can define them after running the flavorization process right into the F class |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
there are any api to read variables from dart?
For example:
ios:
bundleId: "com.example.apple"
variables:
VARIABLE_ONE:
value: "variable1"
can i read "VARIABLE_ONE" in my main_banana.dart?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions