Closed stevenwsg closed 3 years ago
Base64 data is not supposed to contain line-feeds, you should pass NO_WRAP
when you encode it on the Java side.
Base64 data is not supposed to contain line-feeds, you should pass
NO_WRAP
when you encode it on the Java side.
Thank you, I have a try
I encode png images to base64 string in Android.
And then decode in Dart(Flutter)
I meet this error:
The raw base64 string is
The Dart version is 2.12.2.
I hava no idea about this question. Can you help me?