uri_to_file library

Classes

MethodChannelUriToFile
An implementation of UriToFilePlatform that uses method channels.
UriToFilePlatform
UriToFilePlatformInterface
UriToFilePluginIOS
The iOS implementation of UriToFilePlatform.

Functions

clearTemporaryFiles() Future<void>
Clears temporary files created by this plugin
isUriSupported(String uriString) bool
Check uri is supported or not
toFile(String uriString) Future<File>
Create a File object from a uri.