Skip to content

build(deps): bump the app-dependencies group across 1 directory with 14 updates#1059

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/app-dependencies-0a8069b803
Open

build(deps): bump the app-dependencies group across 1 directory with 14 updates#1059
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/app-dependencies-0a8069b803

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the app-dependencies group with 14 updates in the / directory:

Package From To
connectivity_plus 6.1.4 7.1.1
device_info_plus 11.3.3 12.4.0
file_picker 10.3.10 11.0.2
flutter_email_sender 7.0.0 8.0.0
flutter_local_notifications 18.0.1 20.1.0
flutter_riverpod 2.6.1 3.3.1
flutter_secure_storage 10.0.0 10.3.1
fluttertoast 8.2.12 9.0.0
home_widget 0.9.1 0.9.2
oauth2_client 4.2.5 4.3.2
package_info_plus 8.3.0 9.0.1
permission_handler 11.4.0 12.0.1
showcaseview 4.0.1 5.0.2
workmanager 4ce0651 7f4f870

Updates connectivity_plus from 6.1.4 to 7.1.1

Commits
  • 6982a68 chore(release): prepare for release (#3793)
  • ba6e6b9 docs(connectivity_plus): Add missing info about Xcode 26.1.1 requirement, ded...
  • c46ab89 chore(release): prepare for release (#3785)
  • 2b58cff feat(connectivity_plus): add ConnectivityResult.satellite on Android and iOS ...
  • 93135ff fix(connectivity_plus): Register broadcast receiver with correct flag, bump m...
  • 05a50f3 fix(connectivity_plus): Use serial queue for NWPathMonitor to prevent race co...
  • 1d29902 chore(release): prepare for release (#3675)
  • 01b596a feat(connectivity_plus)!: Change Android compile SDK, update Android build co...
  • 72b6234 docs(all): replace MacOS by macOS in package READMEs (#3658)
  • 9f03424 chore(release): prepare for release (#3643)
  • Additional commits viewable in compare view

Updates device_info_plus from 11.3.3 to 12.4.0

Commits
  • c46ab89 chore(release): prepare for release (#3785)
  • 5dbe0a9 feat(device_info_plus): Add iOS device identifiers for 2026 models (#3776)
  • 25bbcce feat(device_info_plus): Add support for isiOSAppOnVision property in iOS devi...
  • 096fd4e chore(release): prepare for release (#3720)
  • 61786a1 feat(device_info_plus): Add identifiers for iPad Pro 11-Inch (M5) models (#3708)
  • b64f663 chore(release): prepare for release (#3701)
  • b4dbd14 feat(device_info_plus): Add missing device identifiers for Macs on M4 (#3700)
  • 4cc3f07 feat(device_info_plus): Add identifiers for new Apple devices on M5 chip (#3698)
  • 5040a78 fix(device_info_plus): correct Mac model name mappings (#3690)
  • 19138be chore(release): prepare for release (#3678)
  • Additional commits viewable in compare view

Updates file_picker from 10.3.10 to 11.0.2

Release notes

Sourced from file_picker's releases.

11.0.2

What's Changed

New Contributors

Full Changelog: miguelpruivo/flutter_file_picker@v11.0.1...v11.0.2

11.0.1

What's Changed

Full Changelog: miguelpruivo/flutter_file_picker@v10.3.11...v11.0.1

11.0.0

What's Changed

New Contributors

Full Changelog: miguelpruivo/flutter_file_picker@v10.3.9...v11.0.0

10.3.11

What's Changed

  • Fixed a crash when initialDirectory contains special characters #1963

New Contributors

Full Changelog: miguelpruivo/flutter_file_picker@v10.3.10...v10.3.11

Changelog

Sourced from file_picker's changelog.

11.0.2

Android

  • Fixed a Path Traversal vulnerability (CWE-22) when resolving file paths from external content providers. #1967

Linux

  • Fixed "Cannot add to a fixed-length list" crash when opening or saving files with an initial directory on Linux. #1976

11.0.1

Android

  • Fixed backward compatibility with Android Gradle Plugin (AGP) versions below 9.0. #1973

11.0.0

General

  • BREAKING CHANGE: Refactored FilePicker class to use static methods instead of an instance-based approach. Users should now call FilePicker.pickFiles(), FilePicker.getDirectoryPath(), and FilePicker.saveFile() directly.
  • Added cancelUploadOnWindowBlur to the public pickFiles API (Web only). #1961
  • Reordered and cleaned up exports in file_picker.dart.

Web

  • Added WASM support for the web file picker. #1950

Android

  • Fixed an issue where file type selection (audio, video, media) was not being considered correctly on Android. #1959
  • Updated Android package to support AGP 9. #1942

Desktop (macOS)

  • Added a new method, skipEntitlementsChecks(), to allow users to bypass entitlements checks on macOS when using the plugin without Sandbox enabled. #1845

10.3.11

Linux

  • Fixed a crash when initialDirectory contains special characters #1963
Commits
  • 2e170b1 Merge pull request #1979 from miguelpruivo/feature/path-traversal-vulnerabili...
  • 7404fe1 fix: prevent path traversal vulnerability on Android and add security test ex...
  • 1743575 chore: update Android project configuration to Java 17 and ignore IDE metadat...
  • cbe1fd4 Merge pull request #1978 from vicajilau/fix-linux-fixed-length-list
  • 4318648 chore: bump version to 11.0.2
  • cb73821 refactor: remove redundant Clang-specific libc++ configuration from Linux CMa...
  • 63dfb30 fix(linux): resolve Cannot add to a fixed-length list (#1976)
  • 9189445 Merge pull request #1977 from jooy2/fix/docs-v11
  • 9ff2e05 fix: change broken links in the document and applied v11 changes
  • a54f138 Merge pull request #1975 from miguelpruivo/bugfix/resolves-agp9-issues-on-v11...
  • Additional commits viewable in compare view

Updates flutter_email_sender from 7.0.0 to 8.0.0

Changelog

Sourced from flutter_email_sender's changelog.

8.0.0

  • Updated kotlin version to 2.2
  • Updated gradle version to 8.13.0
  • Updated android compile SDK to 36
  • Updated example app dependencies
Commits

Updates flutter_local_notifications from 18.0.1 to 20.1.0

Release notes

Sourced from flutter_local_notifications's releases.

flutter_local_notifications-v20.1.0

  • [iOS] added CarPlay notification support. Thanks to the PR from derrik f
  • [iOS][macOS] the ActiveNotification class now returns values for groupKey property if applicable. This depends on if the threadIdentifier was specified when creating the notification itself. Thanks to the PR from Kwon Tae Hyung
  • [Windows] non-functional change: addressed the use_null_aware_elements linter issue

flutter_local_notifications-v20.0.0

  • Breaking change bumped minimum Flutter SDK requirement to 3.32.0 and Dart SDK requirement to 3.8.0
  • Breaking changes the positional parameters in the following methods have now been converted to named parameters across all platforms. Thanks to the PR started by Kwon Tae Hyung
    • initialize()
    • show()
    • periodicallyShow()
    • periodicallyShowWithDuration()
    • cancel()
    • zonedSchedule()
  • [Android] Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • startForegroundService()
    • deleteNotificationChannelGroup()
    • deleteNotificationChannel()
    • getActiveNotificationMessagingStyle()
  • [Linux] Breaking changes the positional parameters in the LinuxNotificationCustomHint() method have now been converted to named parameters
  • [Windows] * Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • showRawXml()
    • zonedScheduleRawXml()
  • [Windows] Breaking changes to align with the main the plugin, the following parameters have been renamed
    • the details parameter in the show() and zonedSchedule() methods has been renamed to notificationDetails
    • the onNotificationReceived in the initialize() method has been renamed to onDidReceiveNotificationResponse
  • [Windows] Breaking change removed the details parameter from the zonedScheduleRawXml() method as it was not actually used. Thanks to the PR from Levi Lesches
  • [Android] updated Java compatibility version to 17
  • [Android] fixed issue #2745 to export the AndroidIcon abstract class
  • Updated readme with information for developers that plan to move to use the UIScene lifecycle
  • Added flutter_lints to apply linter rules

flutter_local_notifications-v20.0.0-dev.4

  • [Android] fixed issue #2745 to export the AndroidIcon abstract class

flutter_local_notifications-v20.0.0-dev.3

  • Breaking changes the positional parameters in the following methods have now been converted to named parameters across all platforms. Thanks to the PR started by Kwon Tae Hyung
    • initialize()
    • show()
    • periodicallyShow()
    • periodicallyShowWithDuration()
    • cancel()
    • zonedSchedule()
  • [Android] Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • startForegroundService()
    • deleteNotificationChannelGroup()
    • deleteNotificationChannel()
    • getActiveNotificationMessagingStyle()
  • [Linux] Breaking changes the positional parameters in the LinuxNotificationCustomHint() method have now been converted to named parameters
  • [Windows] * Breaking changes the positional parameters in the following methods have now been converted to named parameters

... (truncated)

Commits
  • 4dd0ea7 [various] prepare for 20.1.0 release (#2753)
  • ea2b28e [various] return threadIdentifier via groupKey in getActiveNotifications on i...
  • 20ce99f [flutter_local_notifications] Add CarPlay notification support with IOSInitia...
  • 8bc6781 [various] prepare for 20.0.0 release (#2749)
  • 4e4b9e1 export AndroidIcon abstract class (#2746)
  • 39db99d added credit to named parameters changelog entry (#2741)
  • f341df1 [various] prepare for 20.0.0-dev.3 release (#2740)
  • 096c98b added more named parameters to APIs (#2739)
  • 1080ab9 [flutter_local_notifications] Apply named parameters to platform interface an...
  • b39a0f1 prepare for 20.0.0-dev.2 release (#2733)
  • Additional commits viewable in compare view

Updates flutter_riverpod from 2.6.1 to 3.3.1

Commits

Updates flutter_secure_storage from 10.0.0 to 10.3.1

Release notes

Sourced from flutter_secure_storage's releases.

v10.3.1

Android

  • Fixed AEADBadTagException when biometric authentication is cancelled on first launch: a stale IV is now cleared and the cipher re-initialised in encrypt mode so the next authentication attempt succeeds.
  • Fixed NullPointerException when retrying an operation after a cancelled biometric prompt: preferences is now only assigned once cipher initialisation completes successfully, allowing a clean retry.

v10.3.0

Android

  • Added AndroidBiometricType enum and biometricType option to AndroidOptions to control which authentication methods are accepted during biometric prompts (requires KeyCipherAlgorithm.AES_GCM_NoPadding).
    • AndroidBiometricType.biometricOrDeviceCredential (default) accepts Class 3 biometrics or device credentials (PIN/pattern/password), preserving previous behaviour.
    • AndroidBiometricType.strongBiometricOnly restricts authentication to Class 3 (strong) biometrics only; device credentials are explicitly rejected.
  • Fully enforced on Android 11+ (API 30+) via setAllowedAuthenticators on BiometricPrompt and setUserAuthenticationParameters on the KeyStore key. On earlier API levels the system may still permit device credentials.
  • Added biometricPromptNegativeButton option to AndroidOptions to customise the dismiss button label on the biometric prompt. Required when using strongBiometricOnly or on Android 10 and lower.

iOS / macOS

  • Fixed secStoreAvailabilitySink not being called when protected data availability changes.
  • Fixed kSecUseDataProtectionKeychain being added to Keychain queries unconditionally; it is now only set when useDataProtectionKeychain is explicitly enabled.

Windows

  • Fixed deleteAll and containsKey not acquiring the mutex lock, which could cause data races under concurrent access. If you are on Dart >=3.10.0, this fix is applied automatically. Otherwise, pin flutter_secure_storage_windows: ^4.2.2 in your pubspec.yaml to opt in and make sure your constraint is set for minimum of Dart >=3.10.0.

Linux

  • Fixed deleteKeyring storing the string "null" instead of an empty JSON object {}.
  • Fixed non-UTF-8 error messages from libsecret causing a FormatException on the Dart side; messages are now sanitised before being sent through the method channel.
  • Fixed locked or unavailable keyring now surfacing as a catchable PlatformException with code KeyringLocked.
  • Fixed JSON parse errors and other C++ exceptions now surfacing as a PlatformException with code StorageError instead of sending malformed bytes through the channel.

v10.2.0

Android

  • Deprecated KeyCipherAlgorithm.RSA_ECB_PKCS1Padding. Existing data is automatically migrated to the default RSA_ECB_OAEPwithSHA_256andMGF1Padding when migrateOnAlgorithmChange is true.
  • Deprecated StorageCipherAlgorithm.AES_CBC_PKCS7Padding. Existing data is automatically migrated to the default AES_GCM_NoPadding when migrateOnAlgorithmChange is true.
  • Fixed Gradle space-assignment warnings in build.gradle.

iOS / macOS

  • Fixed iOS build by updating availability annotation for Secure Enclave methods from iOS 11.3 to iOS 13.0.

Windows

  • Fixed compatibility with win32 6.0.0 in flutter_secure_storage_windows 4.2.0. If you are on Dart >=3.10.0, this fix is applied automatically. Otherwise, pin flutter_secure_storage_windows: ^4.2.0 in your pubspec.yaml to opt in and make sure your constraint is set for minimum of Dart >=3.10.0.

v10.1.0

Android

  • Added storageNamespace option to AndroidOptions for full namespace isolation across storage instances (SharedPreferences, KeyStore aliases, config/key storage). Use this instead of sharedPreferencesName when running multiple FlutterSecureStorage instances with different cipher configurations.
  • Deprecated sharedPreferencesName in favor of storageNamespace, which provides complete isolation rather than data-only isolation.
  • Added migrateWithBackup option to AndroidOptions for crash-resistant migration. When enabled, backup copies of encrypted data are created before migration starts, allowing recovery if migration fails or the app crashes mid-migration. Works in conjunction with migrateOnAlgorithmChange.
  • Made KeyCipherAlgorithm and StorageCipherAlgorithm public enums.

Fixes:

  • Fixed crash on biometric failure (not error).
  • Fixed null safety issue in MethodRunner that could cause a crash on Android.

... (truncated)

Commits
  • 3fc4c53 fix: revert updated darwin package for backwards compatibility
  • 6b9e8f4 fix: added changelog entries
  • 0b9ed95 Merge pull request #1148 from CORDEA/fix/defer-preferences-until-cipher-initi...
  • c557a53 Merge pull request #1147 from CORDEA/fix/reset-stale-cipher-iv-on-biometric-f...
  • be0674a Use a single SharedPreferences.Editor when resetting stale IV
  • 5817b55 Reset stale cipher IV when biometric auth fails before completion
  • 635013b Defer setting preferences until storageCipher is initialized
  • 35da5ae fix: badge
  • a86a1ef release of v10.3.0
  • 9d09d99 release of v0.3.2
  • Additional commits viewable in compare view

Updates fluttertoast from 8.2.12 to 9.0.0

Changelog

Sourced from fluttertoast's changelog.

[9.0.0]

🚀 Breaking Release

  • Re-introduced the AGP 8.13.0 support from 8.2.13 as an intentional breaking change.
  • Includes changes from PRs #565, #564, #558, and #513.
  • Please review the migration guide before upgrading.

[8.2.14]

🔧 Stable Patch Release

  • Reverted 8.2.13 changes to restore the behavior from 8.2.12.
  • Safe to use for all users on ^8.2.x.

[8.2.13]

⚠️ Unintended Breaking Release

  • Introduced AGP 8.13.0 support (PR #565) and merged PRs #564, #558, #513.
  • This version was incorrectly published as a patch bump but included breaking changes.
  • Do not use this version — please upgrade to 8.2.14 (stable) or 9.0.0 (breaking).
Commits

Updates home_widget from 0.9.1 to 0.9.2

Release notes

Sourced from home_widget's releases.

home_widget-v0.9.2

What's Changed

New Contributors

Full Changelog: ABausG/home_widget@home_widget-v0.9.1...home_widget-v0.9.2

Changelog

Sourced from home_widget's changelog.

home_widget - v0.9.2

  • FIX: Add FlutterFramework to iOS SPM package (#419). (85aa4bf2)
  • FIX: Support Android Gradle Plugin 9.x (#420). (cb2b4ad5)
  • FIX: Pin android dependency versions to prevent pre-release pickup (#418). (e42f1f7c)
  • FEAT: Support passing appGroupId directly with functions (#416). (55e6f435)

2026-04-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


Commits
  • 7fe0741 chore(release): Publish packages (#422)
  • 85aa4bf fix: Add FlutterFramework to iOS SPM package (#419)
  • cb2b4ad fix: Support Android Gradle Plugin 9.x (#420)
  • e42f1f7 fix: Pin android dependency versions to prevent pre-release pickup (#418)
  • 55e6f43 feat: Support passing appGroupId directly with functions (#416)
  • See full diff in compare view

Updates oauth2_client from 4.2.5 to 4.3.2

Release notes

Sourced from oauth2_client's releases.

4.3.2: Exception details

[4.3.2] - 2026/05/07

  • Add even more exception and stack trace infos

4.3.1: Better errors

[4.3.1] - 2026/04/23

  • Cleanup token handling
  • Improve even more error messages

4.3.0: http client stuff

[4.3.0] - 2026/04/22

  • Allow specifying a default http client in OAuth2Helper
  • Allow specifying a dedicated http client in more functions
Changelog

Sourced from oauth2_client's changelog.

[4.3.2] - 2026/05/07

  • Add even more exception and stack trace infos

[4.3.1] - 2026/04/23

  • Cleanup token handling
  • Improve even more error messages

[4.3.0] - 2026/04/22

  • Allow specifying a default http client in OAuth2Helper
  • Allow specifying a dedicated http client in more functions
Commits
  • 0064bf2 Bump version and add changelog
  • 0a2e052 Add "real" exception info
  • c5c95a0 Bump version and add changelog
  • ff2d338 Improve even more error messages
  • 40631f8 Cleanup token handling
  • 13d35d0 Bump version and add changelog
  • 74b66c1 Allow specifying a "default" http client
  • 049a277 Fix tests
  • f6fc858 Bump version and add changelog
  • 186e11f Allow to specify http client in more places
  • Additional commits viewable in compare view

Updates package_info_plus from 8.3.0 to 9.0.1

Commits
  • c46ab89 chore(release): prepare for release (#3785)
  • 0534cd2 docs(package_info_plus): add installerStore values documentation (#3721)
  • 096fd4e chore(release): prepare for release (#3720)
  • b64f663 chore(release): prepare for release (#3701)
  • 19138be chore(release): prepare for release (#3678)
  • 1d29902 chore(release): prepare for release (#3675)
  • 78c2b74 feat(package_info_plus)!: Change Android compile SDK, update Android build co...
  • 72b6234 docs(all): replace MacOS by macOS in package READMEs (#3658)
  • 9f03424 chore(release): prepare for release (#3643)
  • 2cf9297 fix(package_info_plus): incorrect install time on macOS when app sandbox disa...
  • Additional commits viewable in compare view

Updates permission_handler from 11.4.0 to 12.0.1

Commits
  • d842345 Updates permission_handler version to 12.0.1
  • fcb004b docs(README): Update the correspondence between permission groups and the key...
  • c438a1f updated bug in README documentation about the compileSDK version (#1466)
  • de516a4 Drop support for iOS < 11 (#1461)
  • c618e9b Updates Android package to ^13.0.0 (#1464)
  • 753824b fix(android): Resolve "[PermissionRequestInProgressException]" when a… (#1425)
  • e454f84 android package updates (#1458)
  • See full diff in compare view

Updates showcaseview from 4.0.1 to 5.0.2

Release notes

Sourced from showcaseview's releases.

5.0.2

What's Changed

New Contributors

Full Changelog: SimformSolutionsPvtLtd/showcaseview@5.0.1...5.0.2

5.0.1

What's Changed

New Contributors

Full Changelog: SimformSolutionsPvtLtd/showcaseview@5.0.0...5.0.1

5.0.0

What's Changed

@dependabot dependabot Bot added chore Dependabot chore dependencies Dependabot dependencies labels May 27, 2026
@dependabot dependabot Bot requested a review from ViscousPot as a code owner May 27, 2026 17:31
@dependabot dependabot Bot added chore Dependabot chore dependencies Dependabot dependencies labels May 27, 2026
…14 updates

Bumps the app-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [connectivity_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus) | `6.1.4` | `7.1.1` |
| [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus) | `11.3.3` | `12.4.0` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker) | `10.3.10` | `11.0.2` |
| [flutter_email_sender](https://github.com/sidlatau/flutter_email_sender) | `7.0.0` | `8.0.0` |
| [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) | `18.0.1` | `20.1.0` |
| [flutter_riverpod](https://github.com/rrousselGit/riverpod) | `2.6.1` | `3.3.1` |
| [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) | `10.0.0` | `10.3.1` |
| [fluttertoast](https://github.com/PonnamKarthik/FlutterToast) | `8.2.12` | `9.0.0` |
| [home_widget](https://github.com/ABausG/home_widget) | `0.9.1` | `0.9.2` |
| [oauth2_client](https://github.com/ThexXTURBOXx/oauth2_client) | `4.2.5` | `4.3.2` |
| [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `8.3.0` | `9.0.1` |
| [permission_handler](https://github.com/baseflow/flutter-permission-handler) | `11.4.0` | `12.0.1` |
| [showcaseview](https://github.com/SimformSolutionsPvtLtd/showcaseview) | `4.0.1` | `5.0.2` |
| [workmanager](https://github.com/fluttercommunity/flutter_workmanager) | ``4ce0651`` | ``7f4f870`` |



Updates `connectivity_plus` from 6.1.4 to 7.1.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/connectivity_plus-v7.1.1/packages/connectivity_plus)

Updates `device_info_plus` from 11.3.3 to 12.4.0
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v12.4.0/packages/device_info_plus)

Updates `file_picker` from 10.3.10 to 11.0.2
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](miguelpruivo/flutter_file_picker@v10.3.10...v11.0.2)

Updates `flutter_email_sender` from 7.0.0 to 8.0.0
- [Changelog](https://github.com/sidlatau/flutter_email_sender/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sidlatau/flutter_email_sender/commits)

Updates `flutter_local_notifications` from 18.0.1 to 20.1.0
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases)
- [Commits](MaikuB/flutter_local_notifications@flutter_local_notifications-v18.0.1...flutter_local_notifications-v20.1.0)

Updates `flutter_riverpod` from 2.6.1 to 3.3.1
- [Commits](rrousselGit/riverpod@flutter_riverpod-v2.6.1...flutter_riverpod-v3.3.1)

Updates `flutter_secure_storage` from 10.0.0 to 10.3.1
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v10.0.0...v10.3.1)

Updates `fluttertoast` from 8.2.12 to 9.0.0
- [Changelog](https://github.com/ponnamkarthik/FlutterToast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PonnamKarthik/FlutterToast/commits)

Updates `home_widget` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/ABausG/home_widget/releases)
- [Changelog](https://github.com/ABausG/home_widget/blob/main/CHANGELOG.md)
- [Commits](ABausG/home_widget@home_widget-v0.9.1...home_widget-v0.9.2)

Updates `oauth2_client` from 4.2.5 to 4.3.2
- [Release notes](https://github.com/ThexXTURBOXx/oauth2_client/releases)
- [Changelog](https://github.com/ThexXTURBOXx/oauth2_client/blob/master/CHANGELOG.md)
- [Commits](ThexXTURBOXx/oauth2_client@4.2.5...4.3.2)

Updates `package_info_plus` from 8.3.0 to 9.0.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v9.0.1/packages/package_info_plus)

Updates `permission_handler` from 11.4.0 to 12.0.1
- [Commits](Baseflow/flutter-permission-handler@permission_handler_v11.4.0...permission_handler_v12.0.1)

Updates `showcaseview` from 4.0.1 to 5.0.2
- [Release notes](https://github.com/SimformSolutionsPvtLtd/showcaseview/releases)
- [Changelog](https://github.com/SimformSolutionsPvtLtd/showcaseview/blob/master/CHANGELOG.md)
- [Commits](SimformSolutionsPvtLtd/showcaseview@4.0.1...5.0.2)

Updates `workmanager` from `4ce0651` to `7f4f870`
- [Release notes](https://github.com/fluttercommunity/flutter_workmanager/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_workmanager/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fluttercommunity/flutter_workmanager/commits)

---
updated-dependencies:
- dependency-name: connectivity_plus
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: device_info_plus
  dependency-version: 12.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: file_picker
  dependency-version: 11.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: fluttertoast
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: flutter_email_sender
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: flutter_local_notifications
  dependency-version: 20.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: flutter_riverpod
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: flutter_secure_storage
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: home_widget
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-dependencies
- dependency-name: oauth2_client
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: package_info_plus
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: permission_handler
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: showcaseview
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: workmanager
  dependency-version: 7f4f870d593f858b0f55bd344c9863a6099cb30f
  dependency-type: direct:production
  dependency-group: app-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pub/app-dependencies-0a8069b803 branch from 1ec36f4 to 6cf0d5f Compare May 28, 2026 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Dependabot chore dependencies Dependabot dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants