You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see changelog (v1.4.0)
* Better handling on Android of buggy file managers that return no intent when canceling the file selection even though it returns Activity.RESULT_OK (#111)
* Add file_picker Go support. (#132)
* Add file_picker Go support.
Originally written by @chunhunghan, cleaned up and fixed for MacOS by Geert-Johan Riemer.
Co-authored-by: chunhunghan <chunhunghan@gmail.com>
* Add improved instructions to go/README.md
* removes deprecated Android SDK code and fixes an issue that could prevent some downloaded files from being picked
* adds getMultiFile and prevents UI blocking when picking large remote files
* updates readme file