I'm writing flutter desktop app, I use screenshot package to capture widget and save that image in local storage. I tried path_provider to get the path using getTemporaryDirectory() and getApplicationDocumentsDirectory(), but I want to save to path like Users/haianh/Desktop or Users/haianh/Download . Does anyone have any ideas? Help me please
Asked
Active
Viewed 148 times