- Breaking changes
- Signature changed for isUriSupported() & toFile() both now requires string uri
- Important note
- Don't pass uri parameter using [Uri] object via uri.toString(). Because uri.toString() changes the string to lowercase which causes this package to misbehave
- If you are using uni_links package for deep linking purpose. Pass the uri string using getInitialLink() or linkStream
- Added support for uri which are supported by File.fromUri(uri).
- Update README.md.
- Update file save location.
- Initial release.