Convert base64 string to file without saving it to memory? – Flutter
I have a base64 string and I want to open the correspondent file generated from this string, but without saving it to the phone's storage. Initially, I have created a file from this base64 string and saved it to temporary…