Commit Graph

63 Commits

Author SHA1 Message Date
Miguel Ruivo 267cc12caa Updates iOS picker presentation (#813) and fixes import regression on web (#746) 2021-08-31 12:02:15 +01:00
Nolence be454b7cd0 Add custom equality and toString 2021-08-28 18:57:02 -06:00
Miguel Ruivo 803e47d8db
Merge pull request #791 from ened/jcenter
Migrate jcenter pointers to mavenCentral
2021-08-11 09:50:02 +01:00
Miguel Ruivo 660855c2ec Adds desktop support (#271) and onFileLoading callback to web (#766) 2021-08-10 17:54:23 +01:00
Sebastian Roth 8bc281ccd9 move from jcenter->mavenCentral in core plugin 2021-08-04 10:46:11 +01:00
Miguel Ruivo fc8fd7ceee Fixes getDirectoryPath (#745) and addresses a minor issue for invalid custom file types 2021-07-28 22:35:11 +01:00
Miguel Ruivo 9f0a811028 Fixes #616 and #746 2021-06-22 16:21:05 +01:00
Miguel Ruivo a291b74779 Updates docs and removes deprecated call warnings 2021-05-26 01:00:48 +01:00
Miguel Ruivo 74289af412 Updates example app to null safety 2021-04-01 13:52:44 +01:00
Miguel Ruivo 80c90a972a Promote null safety 2021-03-04 18:02:02 +00:00
Miguel Ruivo cae0765e3e Bumps version 2021-03-03 22:10:14 +00:00
Miguel Ruivo 85dba080cd Adds null safety support (#510) 2021-03-03 22:09:39 +00:00
Miguel Ruivo faeef3aa4d Addresses onFileLoading status callback on iOS 14+ (#577) 2021-01-31 17:28:09 +00:00
Miguel Ruivo 9500baac97 Updates size property on web from kb to bytes 2021-01-08 22:50:58 +00:00
Miguel Ruivo 692d7980f2 Updates file name handling method on Android (#487) 2020-12-13 16:04:55 +00:00
Miguel Ruivo 626ab4d4a8 Adds visibility queries to support apps targeting Android 11 and later (#440) 2020-10-20 20:28:16 +01:00
Miguel Ruivo a4d5478669 Fixes #431
Fixes an issue on iOS 14, where canceling with swipe gestures, could result in cancel event not being dispatched.
2020-10-19 21:04:37 +01:00
Miguel Ruivo 4da8c0f180 Updates docs 2020-09-11 18:52:07 +01:00
Miguel Ruivo 1239c39113 Unifies all platforms in a single plugin with addition of new features 2020-09-11 18:52:07 +01:00
Miguel Ruivo 93b32ebedd Web support
Splits the package into:
- file_picker (io);
- file_picker_web (web);
- file_picker_interface — shared interface to be used with all file_picker implementations;
2020-06-11 19:29:13 +01:00
Miguel Ruivo b1f8cd6064 Allow picking directory path
Adds support for picking directory paths on both iOS & Android through getDirectoryPath() method.
2020-06-04 22:49:39 +01:00
Miguel Ruivo 030a34d72c Adds clearTemporaryFiles() method to explicitly remove cached files
- Adds Android implementation of clearTemporaryFiles();
- Adds iOS implementation of clearTemporaryFiles();
2020-05-01 17:49:35 +01:00
Miguel Ruivo 43a27cd117 Refactors CUSTOM to custom on getFile() 2020-04-28 10:30:59 +01:00
Miguel Ruivo 4b1c047581 Adds FileType.media for picking both images & video at same time 2020-04-27 22:25:57 +01:00
Miguel Ruivo 6afd2aa1a8 Replaces BSImagePicker with DKImagePickerController for multi picks of Photos app on iOS (#233) 2020-04-26 21:47:49 +01:00
Miguel Ruivo 806a074216 Adds BSImagePicker as a pod dependency with draft implementation 2020-04-22 22:27:46 +01:00
Miguel Ruivo 0741603151 Adds multiple file extensions support (iOS) and updates channel name 2020-04-05 23:06:48 +01:00
Miguel Ruivo 2378cd5422 Adds multiple file extensions support (Android) 2020-04-05 23:04:32 +01:00
Miguel Ruivo 8eb61af343 Fixes (#200) and other minor improvements
- Fixes an issue that could result in a crash when selecting files (with repeated taps) from 3rd party remote providers (Google Drive, Dropbox etc.);
- Go: Updates channel name;
- Adds check that ensures that you one uses `FileType.custom` when providing a custom file extension filter;
2020-03-29 23:23:17 +01:00
Miguel Ruivo a9cc55f5f5 Android V2 embedding
- Adds support for Android V2 embedding;
- Refactors FileType to match camelCase enum Dart guideline;
2020-03-14 17:32:05 +00:00
Miguel Ruivo b68ee11c6a ## 1.4.3+1
Updates dependencies
2019-12-18 10:49:02 +00:00
Miguel Ruivo c99e22e958 Fix #171
Fixes an issue that could result in a crash when tapping multiple times in the same media file while picking, on some iOS devices.
2019-11-20 00:48:53 +00:00
Miguel Ruivo 23934697c1 Update go-flutter dependencies (#162) 2019-11-17 14:11:01 +00:00
Miguel Ruivo e9f180ae01
see changelog (v1.4.2)
* 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)

* 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

* fixes an issue that could prevent internal storage files from being properly picked

* fixes an issue that could result in a crash when picking video files on iOS 13 or above and updates go-flutter version
2019-09-24 10:59:01 +01:00
Miguel Ruivo f502423ab2 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
2019-08-31 15:18:04 +01:00
Miguel Ruivo 3f67653fed
Fixes #104 (#109) 2019-07-16 01:19:58 +01:00
Miguel Ruivo c8f5d4fe69 see changelog (1.3.7) (#102) 2019-06-24 11:12:58 +01:00
Miguel Ruivo bac9f8174e updates example's build.gradle 2019-05-25 12:07:58 +01:00
Miguel Ruivo 8f6c488fb4 Beta (#60) 2019-03-24 13:39:43 +00:00
Miguel Ruivo 09e7eca5be updates example app, adds getFile method, updates changelog and readme 2019-03-12 01:25:23 +00:00
Miguel Ruivo e4741f5942 minor improvements 2019-03-11 00:01:44 +00:00
Miguel Ruivo 977498b60c updates readme and changelog 2019-03-10 01:37:05 +00:00
Miguel Ruivo aa2cfc95bd updates readme and changelog and adds support for multiple path selection on Android 2019-03-08 01:42:07 +00:00
Miguel Ruivo a33ece96ed adds multiple file selection option on iOS 2019-03-06 01:16:35 +00:00
Miguel Ruivo a745cdb333 removes the image_picker dependency and adds support for picking song files on iOS 2019-03-05 19:02:14 +00:00
Miguel Ruivo 5e80e31129 updates dependencies to AndroidX 2019-02-12 11:50:51 +00:00
Vadym Pinchuk ec8afd4f57 Replace Support with AndroidX 2019-01-26 20:38:20 +02:00
Miguel Ruivo 20ed446a9e see changelog 2018-12-27 15:13:03 +00:00
Miguel Ruivo e7f014215b see changelog 2018-12-27 14:02:24 +00:00
Miguel Ruivo a218fff854 adds default filetype 2018-12-26 01:58:25 +00:00