flutter_dotenv
flutter_dotenv copied to clipboard
Can we use the same `env` variables in native `Android` and `Ios` ?
From the docs I can see we can read env
file in dart/flutter
side.
But I want to know if we can read the same env file in Ios
and Android
side also.
Like --dart-define
.
Any update on this?
bump