java-james / flutter_dotenv

Loads environment variables from `.env`.
https://pub.dartlang.org/packages/flutter_dotenv
MIT License
209 stars 46 forks source link

Can we use the same `env` variables in native `Android` and `Ios` ? #64

Open Sp4Rx opened 1 year ago

Sp4Rx commented 1 year ago

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.

dishankjindal1 commented 1 year ago

Any update on this?

sadi304 commented 9 months ago

bump