Skip to content

chore(deps): bump wakelock_plus and file_picker in /apps/nesium_flutter - #325

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/apps/nesium_flutter/multi-e304440191
Open

chore(deps): bump wakelock_plus and file_picker in /apps/nesium_flutter#325
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/apps/nesium_flutter/multi-e304440191

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps wakelock_plus and file_picker. These dependencies needed to be updated together.
Updates wakelock_plus from 1.5.2 to 1.7.0

Commits
  • 9fcb5f9 wakelock_plus, version 1.7.0. Addresses Issue #138.
  • 3029912 wakelock_plus_platform_interface, version 1.6.0. Addresses Issue #138.
  • 17ff87b Merge pull request #134 from sadaqatdev/main
  • 77c203f Merge pull request #136 from drmirk/kgp_migration
  • cb9675b Reverting attempt at fixing hanging in Web Integration Test.
  • a0cc6cf Second attempt at preventing the Web Integration Tests from hanging.
  • 6b2690d Attempt at fixing flutter drive from hanging when running web integration tests.
  • 2420d6c Attempt at fixing iOS Integration Test freezes.
  • e533002 Merge branch 'main' into main
  • a495627 Merge branch 'main' into kgp_migration
  • Additional commits viewable in compare view

Updates file_picker from 11.0.2 to 12.0.0-beta.7

Release notes

Sourced from file_picker's releases.

12.0.0-beta.7

No release notes provided.

12.0.0-beta.6

What's Changed

New Contributors

Full Changelog: vicajilau/flutter_file_picker@v12.0.0-beta.5...v12.0.0-beta.6

12.0.0-beta.5

What's Changed

Full Changelog: vicajilau/flutter_file_picker@v12.0.0-beta.4...v12.0.0-beta.5

v12.0.0-beta.4

What's Changed

Full Changelog: vicajilau/flutter_file_picker@v12.0.0-beta.3...v12.0.0-beta.4

12.0.0-beta.3

What's Changed

Full Changelog: vicajilau/flutter_file_picker@v12.0.0-beta.2...v12.0.0-beta.3

... (truncated)

Changelog

Sourced from file_picker's changelog.

12.0.0-beta.7

Web

  • Ensures XFile.fromData is only used on the web if bytes is not null, preventing potential null check errors.

12.0.0-beta.6

General

  • Improved PlatformFile.readAsBytes() so picked files can be read even when withData was not used and the file only has a local path or a stream source.
  • FileType.custom now shares a consistent allowedExtensions validation across platforms, throwing ArgumentError when filters are missing or used with a non-custom file type.
  • The ffi, win32, and flutter_lints dependencies have been updated.

Android

  • Prevents unresolved references when extracting hashCode under a forced JVM version. #2070

12.0.0-beta.5

Android

  • saveFile now writes file data using Kotlin Coroutines (CoroutineScope(Dispatchers.IO).launch), keeping all I/O off the main thread and preventing UI freezes.

iOS

  • Fixed a race condition when dismissing the file picker with a fast swipe, preventing the picker from getting stuck in a multiple_request state until app restart. #2021
  • iOS now preserves the selection order when picking multiple files: the list of returned files will match the order in which the user selected them.
  • saveFile now performs file writing on a background thread (DispatchQueue.global), preventing UI freezes when saving large files.

Web

  • Fixed PlatformFile.readAsBytes() so files picked on Web can recover data from blob: and data: URLs when withData was not used.
  • Added Web fallback to stream file bytes from blob:/data: URLs: when the ReadableStream API is supported.

12.0.0-beta.4

General

  • Added pickFile() static method as a convenience wrapper for single file selection, returning PlatformFile? directly. #1469
  • BREAKING CHANGE: Refactored saveFile() to make fileName and bytes required parameters across all platforms for a more consistent API. Improved the method's documentation for better clarity.
  • Improved documentation for PlatformFile properties (path, bytes, readStream) to clarify nullability and usage across platforms. #1469
  • BREAKING CHANGE: The allowMultiple parameter on pickFiles() now defaults to true. Use pickFile() for single-file selection. (allowMultiple is deprecated and will be removed in a future release.)
  • Deprecated withData, withReadStream, and readSequential on pickFiles()/pickFile(). Users should call PlatformFile.readAsBytes() or PlatformFile.readAsByteStream() to load file data on demand. These parameters will be removed in a future release.
  • Improved PlatformFile.toString() output to display byte length instead of full content.

Android

  • Fixed an issue where FileType.any would prevent subdirectories from being listed in the system file explorer by ensuring EXTRA_MIME_TYPES is correctly passed as an array. #2013
  • Removed explicit Kotlin Gradle Plugin (KGP) application and dependencies from build files to resolve warnings under AGP 9.0+.
  • Updated Android build tooling and dependencies: Android Gradle Plugin bumped to 8.5.2, androidx.core:core and androidx.core:core-ktx updated to 1.18.0, androidx.lifecycle:lifecycle-runtime updated to 2.10.0, and org.apache.tika:tika-core updated to 3.3.0.
  • Migrated Android build files from Groovy to Kotlin DSL (build.gradle.kts, settings.gradle.kts).
  • Added Android AGP compatibility CI workflow.

Darwin

  • Added missing FlutterFramework dependency to Package.swift for Swift Package Manager (SPM) compatibility.

12.0.0-beta.3

General

  • Added onFileLoading callback to saveFile and implemented status tracking via an event channel. saveFile now reports loading status (for example FilePickerStatus.loading and FilePickerStatus.done).
  • Offloaded file saving (writing bytes) to a background isolate to avoid blocking the UI when saving large files.
  • Ensured the event subscription used for loading status is always cancelled in a finally block to prevent leaks and spurious events.

... (truncated)

Commits
  • 7fbe3ad Merge pull request #2075 from daniJimen/feature/fix_web_issue_with_xfile
  • a805298 Merge branch 'master' into feature/fix_web_issue_with_xfile
  • e51213d Clean up formatting in CHANGELOG.md
  • f85c933 Bump version to 12.0.0-beta.7
  • fc64c32 Ensure XFile.fromData is only used when bytes are non-null on Web
  • 2867a4e Fix PlatformFile.xFile getter on web when bytes are null
  • 3dcf7a4 Merge pull request #2072 from daniJimen/feature/update_dependencies
  • b6995c1 Update CHANGELOG.md
  • 992055a Improve CHANGELOG.md formatting
  • b497609 Update CHANGELOG.md with dependency changes
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wakelock_plus](https://github.com/fluttercommunity/wakelock_plus) and [file_picker](https://github.com/miguelpruivo/flutter_file_picker). These dependencies needed to be updated together.

Updates `wakelock_plus` from 1.5.2 to 1.7.0
- [Commits](fluttercommunity/wakelock_plus@wakelock_plus_1.5.2...wakelock_plus_1.7.0)

Updates `file_picker` from 11.0.2 to 12.0.0-beta.7
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](vicajilau/flutter_file_picker@v11.0.2...v12.0.0-beta.7)

---
updated-dependencies:
- dependency-name: wakelock_plus
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: file_picker
  dependency-version: 12.0.0-beta.7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jul 22, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants