java-james / flutter_dotenv

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

Loads .env file from another package #68

Open joaobaronisilva opened 1 year ago

joaobaronisilva commented 1 year ago

This feature makes it possible to load an environment file from another package. Made using the same existing structure in TextStyle & IconData

Yodart commented 1 year ago

This is great. We really need this here.

java-james commented 1 year ago

@joaobaronisilva Thanks for the PR. We have just merged a couple of others that have conflicted with this change. Can you please update the conflicts? If not I will take a look when I can.

Thanks again!

java-james commented 1 year ago

Also if you have time some read me documentation on this new feature would be a great addition for users picking up the package!

java-james commented 1 year ago

I will prioritise releasing this change when merged.