We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line work working before upgrading to Flutter 3.7:
await dotenv.load();
But now, this is generating this error:
FormatException (FormatException: Invalid UTF-8 byte (at offset 0))
the content of my .env file:
ip_address=tata
full stack trace:
E/flutter ( 7336): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Invalid UTF-8 byte (at offset 0) E/flutter ( 7336): #0 _Utf8Decoder.convertSingle (dart:convert-patch/convert_patch.dart:1747:7) E/flutter ( 7336): #1 Utf8Decoder.convert (dart:convert/utf.dart:351:42) E/flutter ( 7336): #2 Utf8Codec.decode (dart:convert/utf.dart:63:20) E/flutter ( 7336): #3 AssetBundle.loadString asset_bundle.dart:87 E/flutter ( 7336): <asynchronous suspension>
The text was updated successfully, but these errors were encountered:
Facing this issue too
Sorry, something went wrong.
is this fixed?
No branches or pull requests
This line work working before upgrading to Flutter 3.7:
await dotenv.load();
But now, this is generating this error:
FormatException (FormatException: Invalid UTF-8 byte (at offset 0))
the content of my .env file:
ip_address=tata
full stack trace:
The text was updated successfully, but these errors were encountered: