Releases: miguelpruivo/flutter_file_picker
Releases · miguelpruivo/flutter_file_picker
8.0.6
What's Changed
- Fix: Bump min Android SDK version by @navaronbracke in #1530
Full Changelog: 8.0.5...8.0.6
8.0.5
What's Changed
- Fix demo GIFs in README.md on pub.dev by @nilsreichardt in #1514
- [Web] Release picked file data for Web by @tddang-linagora in #1482
New Contributors
- @tddang-linagora made their first contribution in #1482
Full Changelog: 8.0.4...8.0.5
8.0.4
8.0.3
8.0.2
What's Changed
- fix #1412: Picking a folder in iOS causes the original folder to be deleted. by @twinstar6980 in #1457
New Contributors
- @twinstar6980 made their first contribution in #1457
Full Changelog: 8.0.1...8.0.2
8.0.1
What's Changed
- WASM support for Flutter web by @amrgetment in #1481
- Compile out broken references if PICKER_DOCUMENT is set to false by @Aulig in #1494
New Contributors
- @amrgetment made their first contribution in #1481
- @Aulig made their first contribution in #1494
Full Changelog: 8.0.0...8.0.1
8.0.0
What's Changed
- fix the No such file or directory ios issue by @omarmgerbie in #1311
- Fixed crashing on windows when picking a directory by @kirill-21 in #1340
- [iOS][Gallery] - Multi image selection fixes by @GabrielAraujo in #1354
- Bump min iOS version to 11 by @navaronbracke in #1383
- Feature: keep picking order on web by @test0terter0n in #1392
- correction in code snippets by @jithuraj in #1370
- Add
maxSdkVersion
by @rohansohonee1 in #1399 - fix(android): build.gradle namespace by @jonasbadstuebner in #1342
- Adds Standard CSV Mime Type by @SoftWyer in #1377
- fix exception message by @gcb in #1443
- Add ability to compress images on android by specifying a compression quality value by @Umar1312 in #1426
- Minor fixes by @tvolkert in #1430
- Fix stale-issue-message description error by @Minghime in #1358
- Fix #1455 NPE when compressing images from gallery on Android 14 by @mauriziopinotti in #1458
- add store in folder by millis by @rsanjuan87 in #1466
- #970 Support setting an initial directory in getDirectoryPath() on Windows by @andreaszapf in #1381
- Case insensitive file picker by @davidskelly in #1351
- Save file to mobile platforms. by @Samoy in #1452
New Contributors
- @omarmgerbie made their first contribution in #1311
- @kirill-21 made their first contribution in #1340
- @GabrielAraujo made their first contribution in #1354
- @test0terter0n made their first contribution in #1392
- @jithuraj made their first contribution in #1370
- @rohansohonee1 made their first contribution in #1399
- @jonasbadstuebner made their first contribution in #1342
- @SoftWyer made their first contribution in #1377
- @gcb made their first contribution in #1443
- @Umar1312 made their first contribution in #1426
- @tvolkert made their first contribution in #1430
- @Minghime made their first contribution in #1358
- @mauriziopinotti made their first contribution in #1458
- @rsanjuan87 made their first contribution in #1466
- @andreaszapf made their first contribution in #1381
- @davidskelly made their first contribution in #1351
- @Samoy made their first contribution in #1452
Full Changelog: 5.3.2...8.0.0
5.3.2
5.3.1
Bump Dart SDK lower bound to <4.0.0 to support Dart 3. Thank you @navaronbracke!
5.3.0
- Updates Gradle to version 7.5
- Adds the namespace property for compatibility with Gradle 8
Thank you @navaronbracke