Skip to content

build(deps): bump file_saver from 0.3.1 to 0.4.0#190

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/file_saver-0.4.0
Open

build(deps): bump file_saver from 0.3.1 to 0.4.0#190
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/file_saver-0.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps file_saver from 0.3.1 to 0.4.0.

Release notes

Sourced from file_saver's releases.

v0.4.0

  • Added Swift Package Manager support for iOS and macOS.
  • Split native file helpers behind conditional imports to keep Web/Wasm analysis away from dart:io and platform-specific path provider implementations.
  • Hardened Android file name handling against path traversal.
  • Moved Android saveAs file writes off the main thread and avoids resolving SAF document paths after saving.
  • Added web saveAs support using the existing browser download flow.
  • Added downloadLink for web browser handoff and Android DownloadManager downloads without loading bytes into Dart memory.
  • Added saveAsStream for native streamed writes via a temporary file.
  • Added saveLinkAsStream for authenticated streamed URL downloads with request headers where supported.
  • Added native file-path copying for iOS, macOS, and Windows saveAs to avoid loading filePath inputs into memory.
  • Made saveAs fileExtension optional.
  • Fixed macOS saveAs cancellation so the platform call always completes.
  • Added Windows invalid file name validation for saveAs.
  • Updated Android Gradle, Kotlin, JVM, and SDK settings for current Flutter support.
Changelog

Sourced from file_saver's changelog.

[0.4.0]

  • Added Swift Package Manager support for iOS and macOS.
  • Split native file helpers behind conditional imports to keep Web/Wasm analysis away from dart:io and platform-specific path provider implementations.
  • Hardened Android file name handling against path traversal.
  • Moved Android saveAs file writes off the main thread and avoids resolving SAF document paths after saving.
  • Added web saveAs support using the existing browser download flow.
  • Added downloadLink for web browser handoff and Android DownloadManager downloads without loading bytes into Dart memory.
  • Added saveAsStream for native streamed writes via a temporary file.
  • Added saveLinkAsStream for authenticated streamed URL downloads with request headers where supported.
  • Added native file-path copying for iOS, macOS, and Windows saveAs to avoid loading filePath inputs into memory.
  • Made saveAs fileExtension optional.
  • Fixed macOS saveAs cancellation so the platform call always completes.
  • Added Windows invalid file name validation for saveAs.
  • Updated Android Gradle, Kotlin, JVM, and SDK settings for current Flutter support.
Commits

Dependabot compatibility score

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 [file_saver](https://github.com/incrediblezayed/file_saver) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/incrediblezayed/file_saver/releases)
- [Changelog](https://github.com/incrediblezayed/file_saver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/incrediblezayed/file_saver/commits/v0.4.0)

---
updated-dependencies:
- dependency-name: file_saver
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 12, 2026
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