James Collins
James Collins
@kev-techi Yep agree some learning info at the top of the readme should help developers understand and responsibly use this package
@johnadvincula-ada There are a few approaches to this that depend on your needs. One simple approach would be pre define all environment files in checked in files eg. ``` .env.prod...
Can you confirm the .env file is included in the bundle? Typically you will add the .env file with the desired environment config as part of the build.
Thanks for raising the concern. Please see https://github.com/java-james/flutter_dotenv/issues/51#issuecomment-1040908470 for a related discussion on this. In short, you shouldn't use .env on the client side to store sensitive data. Please get...
Related to https://github.com/java-james/flutter_dotenv/issues/51 see discussion
I would recommend against putting very sensitive data into your `.env` file for both mobile and web platforms. For any frontend frameworks, including flutter. This isn't unique to web or...
Gave edited the title of this issue. 3.1.0 works on web.
Thanks for raising this for awareness. I have started checking out explicit >3.X support. See related PR https://github.com/java-james/flutter_dotenv/pull/112
A possible approach for this is to start a 6.X pre release with stronger bumps. Open to feedback from everyone on thoughts here. Otherwise I will go ahead with something...
For anyone who requires the type while this isn't exported you can use: ``` type GradientBorderViewStyle = Parameters[0]["style"]; ```