- Deprecated: Moved to fast_file_picker.
- Make
FcFilePickerPath
JSON serializable.
- Add
name
toFcFilePickerPath
.
- Remove
file_picker
dependency. - Set min iOS version to 14.0.
- Breaking: File picking functions return
FcFilePickerPath
instead ofFcFilePickerXResult
. - Return both URL and path on iOS.
- Update to
saf_util
0.2.0.
- Add required
writePermission
param topickFolder
- Merge
iosUrl
andandroidUri
intouri
inFcFilePickerXResult
. - Update gradle and kotlin versions.
- Update
mg_shared_storage
to 0.9.0
- Update
mg_shared_storage
.
- Allow
FcFilePickerXResult
to return different types of paths.
- Update
file_selector
. - Don't reuse internal pickers.
- Set Flutter version to
3.7.0
.
- Switch to a forked version of
shared_storage
.
- Initial release.