Skip to content

deps: bump the pub-minor-patch group with 2 updates#42

Merged
iamvirul merged 1 commit into
masterfrom
dependabot/pub/pub-minor-patch-c1cecbd909
Jul 27, 2026
Merged

deps: bump the pub-minor-patch group with 2 updates#42
iamvirul merged 1 commit into
masterfrom
dependabot/pub/pub-minor-patch-c1cecbd909

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 2 updates: flutter_local_notifications and mobile_scanner.

Updates flutter_local_notifications from 22.1.0 to 22.2.0

Release notes

Sourced from flutter_local_notifications's releases.

flutter_local_notifications-v22.2.0

  • [Android][iOS][macOS] added support for callbacks to fire when a notification has been dismissed. This requires opting in by where the key requirements is to make use of the dismissIsolate property added to the AndroidNotificationDetails and DarwinNotificationDetails class. This indicates which isolate should be used to handle when a notification has been dismissed. Note on macOS, there is no support for background isolates so callback will always fire on the main isolate despite what is specified. Please see example app for more details on how to set up handling dismissals. Thanks to the PR from from Vasily Laushkin
  • [iOS] fixed issue #2807 where the manifest for SPM incorrectly declared the minimum iOS version is 11 when it should have been 13. Thanks to the PR from Bizzwell
Commits
  • 2f9c5a9 prepare for 22.2.0 release (#2809)
  • 46133c8 Google Java Format
  • ca41f01 [various] Add support for notification dismissed callbacks (#2790)
  • 3208914 [flutter_local_notifications] raise iOS minimum to 13.0 in Package.swift to m...
  • See full diff in compare view

Updates mobile_scanner from 7.3.0 to 7.4.0

Release notes

Sourced from mobile_scanner's releases.

v7.4.0

7.4.0 (2026-07-19)

New features

  • Added getBestCloseRangeScanningLens() to determine which camera lens is best suited for scanning barcodes at close range (e.g. the ultra-wide/macro lens on newer iPhones). Returns null if no camera is available for the requested facing direction.

Improvements

  • Added an optional facing filter to getSupportedLenses, to restrict results to front or back cameras.

Bug Fixes

  • [Android] Fixed getSupportedLenses reporting physical sub-cameras that CameraX can't actually select, which caused a crash when switching to one.
  • [Android] Starting the scanner with an unavailable lensType now reports an error instead of silently falling back to the default camera.

v7.3.1

7.3.1

Bug Fixes

  • Bumped the minimum required version of the web package to 1.0.0.
Changelog

Sourced from mobile_scanner's changelog.

7.4.0

New features

  • Added getBestCloseRangeScanningLens() to determine which camera lens is best suited for scanning barcodes at close range (e.g. the ultra-wide/macro lens on newer iPhones). Returns null if no camera is available for the requested facing direction.

Improvements

  • Added an optional facing filter to getSupportedLenses, to restrict results to front or back cameras.

Bug Fixes

  • [Android] Fixed getSupportedLenses reporting physical sub-cameras that CameraX can't actually select, which caused a crash when switching to one.
  • [Android] Starting the scanner with an unavailable lensType now reports an error instead of silently falling back to the default camera.

7.3.1

Bug Fixes

  • Bumped the minimum required version of the web package to 1.0.0.
Commits
  • 19587b3 ci: add dart-lang/setup-dart step to fix pub.dev OIDC publishing
  • d2ab64b ci: use fine-grained PAT for release-please-action
  • 22af90e chore: merge master into develop to resolve promotion conflicts
  • 01ece66 Merge pull request #1754 from juliansteenbakker/release-please--branches--dev...
  • 1f56df8 docs: rewrite 7.4.0 changelog entry in house style
  • adae410 chore(develop): release 7.4.0
  • 799c639 Merge pull request #1755 from juliansteenbakker/rename/best-close-range-scann...
  • c5f06b5 refactor: rename getBestQrScanningLens to getBestCloseRangeScanningLens
  • 81e6954 docs: fix changelog entries misfiled under already-shipped 7.3.0
  • 4cef959 Merge pull request #1742 from juliansteenbakker/feat/best-qr-scanning-lens
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pub-minor-patch group with 2 updates: [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) and [mobile_scanner](https://github.com/juliansteenbakker/mobile_scanner).


Updates `flutter_local_notifications` from 22.1.0 to 22.2.0
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases)
- [Commits](MaikuB/flutter_local_notifications@flutter_local_notifications-v22.1.0...flutter_local_notifications-v22.2.0)

Updates `mobile_scanner` from 7.3.0 to 7.4.0
- [Release notes](https://github.com/juliansteenbakker/mobile_scanner/releases)
- [Changelog](https://github.com/juliansteenbakker/mobile_scanner/blob/develop/CHANGELOG.md)
- [Commits](juliansteenbakker/mobile_scanner@v7.3.0...v7.4.0)

---
updated-dependencies:
- dependency-name: flutter_local_notifications
  dependency-version: 22.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: mobile_scanner
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Preview deployed

URL https://getbms.github.io/bms/pr-42/
Commit 5648244
Status Live

Updates automatically on every push.

@iamvirul
iamvirul merged commit 61d6768 into master Jul 27, 2026
10 checks passed
@dependabot
dependabot Bot deleted the dependabot/pub/pub-minor-patch-c1cecbd909 branch July 27, 2026 04:18
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