Skip to content

Bump mobile_scanner from 3.5.5 to 6.0.10 #836

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps mobile_scanner from 3.5.5 to 6.0.10.

Release notes

Sourced from mobile_scanner's releases.

v6.0.10

  • [Apple] Fixed a crash when stopping the camera when the camera device is nil.

v6.0.9

Fixed onDetect not working when a MobileScannerController is provided.

v6.0.8

Improvements:

  • [Android] Remove the dependency on org.jetbrains.kotlin:kotlin-bom.
  • Hot-restart for development purposes is now working correctly
  • Added message to MobileScannerErrorCode, which will be shown if kDebugMode is true. Otherwise, a generic error message will appear.
  • Fixed issues regarding initialization of the MobileScannerController, which could result in a black screen without error message.

v6.0.7

Improvements:

  • [Android] Updated bundled barcode scanning library to v17.3.0

v6.0.6

Bugs fixed:

  • [web] Fixed a bug that prevented color inverted barcodes from being scanned.

Improvements:

  • [web] Bump ZXingJS from version 0.19.1 to 0.21.3.

v6.0.5

Bugs fixed:

  • [Android] Fixed crash due to imageProxy being closed too early.

v6.0.4

Bugs fixed:

  • [Android] Fixed UI stutter when returnImage is true.

v6.0.3

New features:

  • Adds pause function to pause the camera but keep textures in place.

v6.0.2

Bugs fixed:

  • Fixed a bug that prevented analyzeImage from actually accepting the configured formats.

Improvements:

  • [iOS] Excluded the arm64 architecture for Simulators, which is unsupported by MLKit 7.0.0.

v6.0.1

Bugs fixed:

  • Fixed a bug that would cause onDetect to not handle errors.

Improvements:

  • [iOS] Excluded the armv7 architecture, which is unsupported by MLKit 7.0.0.
  • Added a new onDetectError error handler to the MobileScanner widget, for use with onDetect.

... (truncated)

Changelog

Sourced from mobile_scanner's changelog.

6.0.10

  • [Apple] Fixed a crash when stopping the camera when the camera device is nil.

6.0.9

Fixed onDetect not working when a MobileScannerController is provided.

6.0.8

Improvements:

  • [Android] Remove the dependency on org.jetbrains.kotlin:kotlin-bom.
  • Hot-restart for development purposes is now working correctly
  • Added message to MobileScannerErrorCode, which will be shown if kDebugMode is true. Otherwise, a generic error message will appear.
  • Fixed issues regarding initialization of the MobileScannerController, which could result in a black screen without error message.

6.0.7

Improvements:

  • [Android] Updated bundled barcode scanning library to v17.3.0

6.0.6

Bugs fixed:

  • [web] Fixed a bug that prevented color inverted barcodes from being scanned.

Improvements:

  • [web] Bump ZXingJS from version 0.19.1 to 0.21.3.

6.0.5

Bugs fixed:

  • [Android] Fixed crash due to imageProxy being closed too early.

6.0.4

Bugs fixed:

  • [Android] Fixed UI stutter when returnImage is true.

6.0.3

New features:

  • Adds pause function to pause the camera but keep textures in place.

6.0.2

Bugs fixed:

  • Fixed a bug that prevented analyzeImage from actually accepting the configured formats.

Improvements:

  • [iOS] Excluded the arm64 architecture for Simulators, which is unsupported by MLKit 7.0.0.

6.0.1

Bugs fixed:

  • Fixed a bug that would cause onDetect to not handle errors.

Improvements:

  • [iOS] Excluded the armv7 architecture, which is unsupported by MLKit 7.0.0.
  • Added a new onDetectError error handler to the MobileScanner widget, for use with onDetect.

... (truncated)

Commits
  • e8bfe5f Merge pull request #1401 from navaronbracke/fix_ios_remove_observer_crash
  • 814f5c9 fix remove observer when device is nil
  • 36a145f release of v6.0.9
  • 58f2df7 Merge pull request #1400 from juliansteenbakker/hotfix/on-detect
  • c0207b2 hotfix: fix on detect not working when controller is provided
  • 229d9ad release of v6.0.8
  • aaf7090 release of v6.0.8
  • 40ace2e hotfix: fix formatter
  • 460a6d8 Merge pull request #1393 from juliansteenbakker/hotfix/hot-reload
  • 4b7b73c imp: add link for hot-restart issue, add macos check for textureId
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [mobile_scanner](https://github.com/juliansteenbakker/mobile_scanner) from 3.5.5 to 6.0.10.
- [Release notes](https://github.com/juliansteenbakker/mobile_scanner/releases)
- [Changelog](https://github.com/juliansteenbakker/mobile_scanner/blob/develop/CHANGELOG.md)
- [Commits](juliansteenbakker/mobile_scanner@v3.5.5...v6.0.10)

---
updated-dependencies:
- dependency-name: mobile_scanner
  dependency-version: 6.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from MarkisDev May 1, 2025 00:32
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels May 1, 2025
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