'Preview file from memory in flutter windows app
Is there a way to preview/open with the default app, a file from memory without creating a temporary file in the disc, on a Flutter Windows Desktop app?
(One example would be a ContentProvider/PipeProvider in Android)
We are trying to preview files that are encrypted, and creating a temporary file in disc would defeat the purpose.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
