Commit Graph

194 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
Miguel Ruivo 2cd8dcabbe
Merge pull request #811 from Nolence/master
Add custom equality and toString
2021-08-31 11:55:47 +01:00
Miguel Ruivo 810ec2b4b5
Merge pull request #754 from maxzod/master
fix PlatformFile path is always null on web
2021-08-30 20:51:39 +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 cb8c2091e2 bump flutter_plugin_android_lifecycle for jcenter->mavenCentral migration as well 2021-08-04 10:46:26 +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
Ahmed Masoud 9e6c9d6266
fix PlatformFile path is always null on web 2021-06-22 23:04:49 +02:00
Miguel Ruivo 9f0a811028 Fixes #616 and #746 2021-06-22 16:21:05 +01:00
Miguel Ruivo 0dc87e95d3
Merge pull request #739 from voynichteru/fix-go-readme
fixed the path :)
2021-06-22 11:43:00 +01:00
Yoshiteru Kawahara 174a37d198 fixed the path :) 2021-06-03 20:02:37 +09:00
Miguel Ruivo dee3b2efe9 Fixes #725 2021-05-26 11:51:41 +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
Loc Le 911ba7be18 detect when cancel is clicked on web 2021-04-01 13:50:28 +01:00
Tejas Mehta a1878c8816 check if the type is an image and utilize the MediaStore Opener (which goes through the gallery) instead 2021-04-01 13:50:27 +01:00
Miguel Ruivo e134816489
Merge pull request #638 from hashem78/master
[Android][Bug fix]use long instead of int to represent no. of bytes  when parsing file sizes
2021-03-08 19:46:05 +00:00
hashem78 56addd4352 use long instead of int to represent no. of bytes 2021-03-08 14:08:55 +02:00
Miguel Ruivo eb04cec551 Merge branch 'feature/null-safety' 2021-03-04 18:02:21 +00:00
Miguel Ruivo 80c90a972a Promote null safety 2021-03-04 18:02:02 +00:00
Miguel Ruivo e8075e3f96 Updates plugin_platform_interface 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 627c0a31b2 Fixes #606 2021-03-03 22:08:52 +00:00
Miguel Ruivo 7c24fba9e8
Merge pull request #618 from nrikiji/master
Update preferredAssetRepresentationMode to PHPickerViewController for video.
2021-02-21 20:06:40 +00:00
nrikiji 3358211d7e Update preferredAssetRepresentationMode to PHPickerViewController for video. 2021-02-22 03:35:13 +09:00
Miguel Ruivo 1b0b79d9d2 Updates bug report template 2021-01-31 17:33:52 +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 55127843c9 Updates size to be in bytes instead of kb (#573) 2021-01-04 15:10:27 +00:00
Miguel Ruivo 2b22841e82 Fixes iOS ViewController which is nil when UIWindow.rootViewController have changed (#525) 2020-12-13 16:19:48 +00:00
Miguel Ruivo 692d7980f2 Updates file name handling method on Android (#487) 2020-12-13 16:04:55 +00:00
DenchikBY f498c22e6c Fixed desktop plugin implementation 2020-12-10 20:05:05 +00:00
Miguel Ruivo fe19d20270 Fixes an issue that could result in a crash when selecting a media item twice (#518) 2020-12-10 13:00:56 +00:00
redsolver 2aafd1131c Added withReadStream option to load a file in chunks (useful for large files) 2020-11-20 10:54:32 +00:00
markgrancapal d2d4de7bf8 Fix null PlatformFIle.extension error when called on Web 2020-11-11 15:14:09 +00:00
Miguel Ruivo 7f8d801a81 Fixes #472 and #482
- Fixes an issue that could result in some files not being properly retrieved due to special characters on their names. ([#472](https://github.com/miguelpruivo/flutter_file_picker/issues/472));
- Fixes a NPE that could happen with some devices. ([#482](https://github.com/miguelpruivo/flutter_file_picker/issues/482));
2020-11-04 18:25:05 +00:00
Miguel Ruivo 0fa01bb74a Fixes FileType.audio on iOS by exporting non DRM ipod-library files (#441) 2020-10-25 18:07:36 +00:00
Miguel Ruivo b690afe33e Adds missing extension to name property of PlatformFile (#444) 2020-10-22 11:07:24 +01: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 000f05833e Updates iOS media picker to launch in app context (instead of modal) 2020-10-20 11:19:20 +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 b2668dbbd0 Fixes #425 and updates iOS to use NSDocumentDirectory on iOS 12 or lower 2020-10-07 15:16:56 +01:00
Miguel Ruivo 1479f8a8cd Fixes iOS 14 media picker (image & video) (#405, #407) 2020-09-29 18:03:09 +01:00
Miguel Ruivo d2ecbd3d30 Fixes NPE when activity is destroyed by OS (#402)
Closes #402.
2020-09-28 21:41:59 +01:00
Miguel Ruivo 0609cae84a Fixes directory pick on Linux 2020-09-28 13:45:17 +01:00
Miguel Ruivo f731f4ae26 Fixes out of memory issue on some devices when picking big files (#392) 2020-09-25 18:25:01 +01:00
Miguel Ruivo b46422a195 Fixes multi-pick example on README 2020-09-25 15:28:01 +01:00