You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising this issue. I think it would be useful to align with the readme you have linked given it's the original library this was forked from!
I will try find the time to implement this. Otherwise, feel free to contribute with the PR I will be happy to merge and release this feature.
According to dotenv README there should be support for multiple lines. However when I try, it only loads the first one.
.env
Code:
Output:
I believe the bug is coming from this line:
flutter_dotenv/lib/src/dotenv.dart
Line 109 in de80166
The text was updated successfully, but these errors were encountered: