Open rohintonc opened 2 months ago
Have you tried getting the fileUri
value from the Reader
? This seems like doing lot of unnecessary work just to get the URI.
@knopp I cannot see how to do that. Do you have any code example? I am using: super_clipboard: ^0.8.19 super_drag_and_drop: ^0.8.19
I cannot see any fileUri function or property for example on Reader. I have a feeling this was previously available in an earlier version of the package, but has now been moved into private classes.
This probably also applies to other platforms, as the limitation is due to an inaccessible private interface which can actually provide the directory path. You can either include the following private files:
Or you can dispense with the private imports: