[iOS] Fixed #14 FlutterFileDialog.pickFile doesn't return value if picker is slid down [iOS] Fixed issue with relative paths in saveFile [Android] #12 Added a new parameter OpenFileDialogParams.copyFileToCacheDir (Android only) [Android] Updated compileSdkVersion and targetSdkVersion to 30
- null safety
- added SaveFileDialogParams.fileName for specifying a suggested file name
- added SaveFileDialogParams.data for prodiving file data instead of source file path
[Android] Fixed: any thrown exception caused crash. Now exception is delivered correctly to caller.
- [Android] Improved error handling.
- [iOS] Use background threads where needed to keep UI more responsive.
- Fixed a possible crash in apps using mixed Android V1/V2 embedding (issue #1)
- Minor cleanup.
- Initial release.