Unifies all platforms in a single plugin with addition of new features

This commit is contained in:
Miguel Ruivo 2020-09-11 18:05:22 +01:00
parent 1c0e471458
commit 1239c39113
147 changed files with 0 additions and 707 deletions

View File

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 544 B

View File

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 442 B

View File

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 721 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 917 B

After

Width:  |  Height:  |  Size: 917 B

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -1,39 +0,0 @@
## [2.0.0] - Deprecates interface
Deprecates interface in favor of standalone [file_picker](https://pub.dev/packages/file_picker) for all platforms.
## [1.3.1] - Rollback `allowCompression`
Removes `allowCompression` from interface as it should only be used from `file_picker` (Android & iOS).
## [1.3.0] - Adds `allowCompression` parameter
Adds `allowCompression` that will allow developers to set whether the picked media files (image/video) can be automatically compressed by OS or not. Defaults to `true`.
## [1.2.0] - Adds FilePickerStatus
Adds `onFiledLoading` that will provide an event handler with `FilePickerStatus` when picking files.
## [1.1.0] - Adds directory pick
Implements `getDirectoryPath()`
## [1.0.0] - Updates method channel
Implements `getFiles()`
## [0.0.3] - Updates interface
Removes `getFilePath()`
## [0.0.2] - Updates interface
Updates methods from File Picker interface
## [0.0.1+1] - Update README
Updates README
## [0.0.1] - Create Platform Interface
Added Filer Picker platform interface.

View File

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2020 Miguel Ruivo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Some files were not shown because too many files have changed in this diff Show More