Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency file_picker to v9 #2805

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Type Update Change
file_picker (source) dependencies major ^8.0.0+1 -> ^9.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

miguelpruivo/flutter_file_picker (file_picker)

v9.0.0

Web
  • BREAKING CHANGE: pickFiles() now loads files as blobs. See the note in the updated wiki

v8.3.7

Android

v8.3.6

General
Desktop (Windows)
  • Fixes the issue under Windows that could be raised when another plugin uses CoInitializeEx and the File Explorer windows doesn't popup. #​1708

v8.3.5

Android
  • Fixes allowCompression not working on Android. 1633

v8.3.4

Android

v8.3.3

General
  • Updates flutter_plugin_android_lifecycle, ffi, path, win32, cross_file and web dependencies @​vicajilau.
  • Updates CI/CD with new dependencies @​vicajilau.

v8.3.2

Android

v8.3.1

iOS

v8.3.0

Desktop (macOS) && iOS
  • Adds support for Swift Package Manager for compatibility with new projects #​1582

v8.2.0

Desktop (macOS)

v8.1.7

iOS

Fix Image Picker to Handle Partial Failures Gracefully #​1554

v8.1.6

Android

Fix #​1643

v8.1.5

Android

Fix #​872

v8.1.4

iOS
  • Fixes a crash when sometimes user swipe the modal down and call it again. 1357

v8.1.3

Android
  • Fixes a null object reference error #​1604

v8.1.2

Android

v8.1.1

Web
  • Migrate the web example to use the new web bootstrapping, introduced in Flutter 3.22.

v8.1.0

General
  • Updates the minimum Flutter version to 3.22.0, to support Dart 3.4.
Web
  • Updates the package:web dependency to 1.0.0.
  • Removes a redundant FilePickerWeb.platform static field. Use FilePicker.platform instead.

v8.0.7

General
  • Fixes an issue relating to incorrect registration of platform-specific implementations. #​1555.
  • Fixes an issue that required users to use kIsWeb and FilePickerWeb when running on the web.

v8.0.6

Compare Source

Android

Updates the minimum Android SDK version to 21, to match the current Flutter minimum Android SDK version. Fixes #​1522, #​1528, and #​1531. Thanks @​navaronbracke.

v8.0.5

Compare Source

Web

Release picked file data in memory to avoid memory leak

v8.0.4

Compare Source

Android

Removes references to Flutter v1 android embedding classes.

v8.0.3

Compare Source

Web

Fixes a TypeError with pickFiles() when using the HTML renderer.

v8.0.2

Compare Source

iOS

Fixes the bug #​1412 that picking a folder in iOS causes the original folder to be deleted.

v8.0.1

Compare Source

iOS

Fixes an issue preventing compilation on iOS when using Pod::PICKER_DOCUMENT = false.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@provokateurin provokateurin force-pushed the renovate/file_picker-9.x branch from 9469129 to 90630fa Compare February 20, 2025 12:52
Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.09%. Comparing base (b6f1c17) to head (90630fa).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2805   +/-   ##
=======================================
  Coverage   29.09%   29.09%           
=======================================
  Files         373      373           
  Lines      138192   138192           
=======================================
  Hits        40211    40211           
  Misses      97981    97981           
Flag Coverage Δ *Carryforward flag
account_repository 98.47% <ø> (ø)
cookie_store 99.48% <ø> (ø) Carriedforward from b6f1c17
dashboard_app 96.05% <ø> (ø)
dynamite 31.05% <ø> (ø) Carriedforward from b6f1c17
dynamite_end_to_end_test 61.75% <ø> (ø) Carriedforward from b6f1c17
dynamite_runtime 85.40% <ø> (ø) Carriedforward from b6f1c17
interceptor_http_client 97.18% <ø> (ø) Carriedforward from b6f1c17
neon_dashboard 96.05% <ø> (ø) Carriedforward from b6f1c17
neon_framework 59.34% <ø> (ø)
neon_http_client 94.32% <ø> (ø) Carriedforward from b6f1c17
neon_notifications 100.00% <ø> (ø) Carriedforward from b6f1c17
neon_rich_text 100.00% <ø> (ø)
neon_storage 94.66% <ø> (ø) Carriedforward from b6f1c17
neon_talk 99.45% <ø> (ø) Carriedforward from b6f1c17
nextcloud 24.59% <ø> (ø) Carriedforward from b6f1c17
notifications_app 97.36% <ø> (ø)
notifications_push_repository 98.11% <ø> (ø)
sort_box 90.90% <ø> (ø) Carriedforward from b6f1c17
talk_app 98.84% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@provokateurin provokateurin merged commit dfcf924 into main Feb 20, 2025
11 checks passed
@provokateurin provokateurin deleted the renovate/file_picker-9.x branch February 20, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant