Skip to content

Bump device_info_plus, pedometer, flutter_joystick, package_info_plus, file_picker and wakelock_plus#495

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/multi-6d2bbc9db4
Open

Bump device_info_plus, pedometer, flutter_joystick, package_info_plus, file_picker and wakelock_plus#495
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/multi-6d2bbc9db4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps device_info_plus, pedometer, flutter_joystick, package_info_plus, file_picker and wakelock_plus. These dependencies needed to be updated together.
Updates device_info_plus from 12.4.0 to 13.1.0

Commits
  • 6427bc6 chore(release): prepare for release (#3805)
  • 6d73e0d feat(device_info_plus): Lower requirements to Dart 3.10 and Flutter 3.38.1 (#...
  • 6982a68 chore(release): prepare for release (#3793)
  • f0da4b9 feat(package_info_plus)!: Bump win32 from 5.15.0 to 6.0.0 (#3760)
  • 5f93878 feat(device_info_plus)!: Bump win32 from 5.15.0 to 6.0.0 (#3791)
  • See full diff in compare view

Updates pedometer from 096aff4 to 4.2.0

Commits

Updates flutter_joystick from ce91576 to 0.2.2

Release notes

Sourced from flutter_joystick's releases.

0.2.2

  • Added snapping feature for both circular and rectangular joysticks.
  • Fixed the issue where endless callbacks were triggered if the controller was started few times.
Changelog

Sourced from flutter_joystick's changelog.

0.2.2

  • Added snapping feature for both circular and rectangular joysticks.
  • Fixed the issue where endless callbacks were triggered if the controller was started few times.

0.2.1

  • Update an example app
  • Update README.md

0.2.0

  • Introduced the JoystickBaseDecoration class, enabling customization of JoystickBase.
  • Introduced the JoystickStickDecoration class, enabling customization of JoystickStick.
  • Introduced the JoystickArrowsDecoration class, enabling customization of JoystickArrows.
  • Expanded README.md with additional details on customizing the Joystick.

0.1.0

  • Added animation logic to the Joystick to animate the JoystickStick on load which can be toggled using includeInitialAnimation parameter.
  • Added: Support for customizing arrowsColor, boxShadows and withBorderCircle parameter in JoystickBase.
  • Added: Support for customizing color and shadowColor parameters in JoystickStick.
  • Added new JoystickArrows widget and removed the current arrow rendering logic from JoystickBase widget. The arrows in JoystickArrows animate and the animation can be toggled using enableArrowAnimation in JoystickBase widget.
  • Added new ColorUtils class which exposes static darken and lighten methods.

0.0.4

  • Added: Support for customizing drawArrows, size, and color parameters in JoystickBase.
  • Added: Support for customizing size parameter in JoystickStick.

0.0.3

  • Added a send of zero offset to the joystick listener when the stick is released

0.0.2

  • Added callbacks that are called when the stick starts and ends movement

0.0.1

  • Added Joystick widget. Added JoystickArea widget.
Commits

Updates package_info_plus from 9.0.1 to 10.1.0

Commits
  • 6427bc6 chore(release): prepare for release (#3805)
  • bed26b5 feat(package_info_plus): Lower requirements to Dart 3.10 and Flutter 3.38.1 (...
  • 6982a68 chore(release): prepare for release (#3793)
  • f0da4b9 feat(package_info_plus)!: Bump win32 from 5.15.0 to 6.0.0 (#3760)
  • See full diff in compare view

Updates file_picker from 11.0.2 to 12.0.0-beta.2

Release notes

Sourced from file_picker's releases.

12.0.0-beta.2

What's Changed

Full Changelog: miguelpruivo/flutter_file_picker@v12.0.0-beta.1...v12.0.0-beta.2

12.0.0-beta.1

What's Changed

Full Changelog: miguelpruivo/flutter_file_picker@v11.0.2...v12.0.0-beta.1

Changelog

Sourced from file_picker's changelog.

12.0.0-beta.2

General

  • Updated dependencies: flutter_plugin_android_lifecycle to 2.0.34, path to 1.9.1, win32 to 6.2.0, cross_file to 0.3.5+2, web to 1.1.1, and dbus to 0.7.12.

Android

  • Added a controlled out_of_memory error when picking large files with withData, avoiding Android crashes and recommending withReadStream as a safer alternative for large or multiple selections. #1997 Breaking Change: FileType.image now opens the native image gallery instead of the document picker, ignoring allowedExtensions on Android. #2004

12.0.0-beta.1

General

  • Raised the minimum supported Flutter/Dart version to Flutter 3.38 / Dart 3.10 across all platforms. #1980

Windows

  • Migrated win32 dependency to 6.0.0 and updated the Windows file picker implementation to match the new Win32/COM APIs. #1980

Darwin

  • Migrated the iOS and macOS native implementations to shared Darwin sources.
  • BREAKING CHANGE: The minimum supported iOS deployment target is now 14.0.
  • Removed the DKImagePickerController / DKPhotoGallery dependency chain from the Darwin iOS path.

Android

  • Implemented support for Android Storage Access Framework (SAF) Persistable URI Grants, allowing long-term access to files and directories across device reboots. #1825 #721
  • Added AndroidSAFOptions and AndroidSAFHandle to configure and manage persistent permissions.
  • Introduced AndroidPlatformFile as a subclass of PlatformFile to encapsulate SAF-specific metadata.
  • Updated the Android Gradle Wrapper to 8.7 to ensure compatibility with Android Gradle Plugin (AGP) 8.5.1.
  • Improved saveFile naming behavior when a duplicate file exists, normalizing duplicate names to keep the extension suffix (for example, file (1).bak instead of file.bak (1)). #1947

Web

  • Fixed pickFiles() default withData behavior in the public API to correctly default to true on web when not explicitly provided. #1987
Commits
  • dfd7ade Merge pull request #2006 from miguelpruivo/chore/update-deps-12-beta2
  • a9b3c79 Update dependency versions for 12.0.0-beta.2
  • adacbe1 Merge pull request #2004 from daniJimen/feature/fix_image_filter
  • 19994bb Update CHANGELOG.md
  • b25ecab chore: update PR reference format in CHANGELOG.md
  • fa922c5 test: correct minor version value in fetch_versions_test.dart
  • d700384 chore: consolidate changelog entries and update version in fetch_versions_tes...
  • edcad55 ci: update flutter-action to v2 and support dynamic version selection
  • 736c8e8 chore: update flutter-action to v2.23.0 and use flutter-version-file from pub...
  • fbe1248 chore: revert version to 12.0.0-beta.2 and update changelog with Android fixe...
  • Additional commits viewable in compare view

Updates wakelock_plus from 1.5.2 to 1.6.0

Commits
  • 22d7522 wakelock_plus, version 1.6.0. Addresses PRs #122 and #123.
  • d75c81e wakelock_plus_platform_interface, version 1.5.0. Addresses PRs #122 and #123.
  • a0669c0 Merge pull request #122 from dbebawy/feat/win32-6-support
  • a183149 feat: bump win32 to 6.x and widen package_info_plus to 10.x
  • 176ffa6 Merge pull request #123 from diegotori/flutter_3.41_upgrade
  • 86cdef7 Merge branch 'fluttercommunity:main' into flutter_3.41_upgrade
  • c88271c Merge pull request #124 from dbebawy/fix/replace-pana-with-publish-check
  • c04f1e7 fix: replace unmaintained axel-op/dart-package-analyzer with flutter pub publ...
  • d43fa26 Fixed formatting.
  • 2643a6a Upgraded the libraries to support Flutter, version 3.41.
  • See full diff 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)

…, file_picker and wakelock_plus

Bumps [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus), [pedometer](https://github.com/cph-cachet/flutter-plugins), [flutter_joystick](https://github.com/pavelzaichyk/flutter_joystick), [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus), [file_picker](https://github.com/miguelpruivo/flutter_file_picker) and [wakelock_plus](https://github.com/fluttercommunity/wakelock_plus). These dependencies needed to be updated together.

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

Updates `pedometer` from `096aff4` to 4.2.0
- [Commits](https://github.com/cph-cachet/flutter-plugins/commits)

Updates `flutter_joystick` from `ce91576` to 0.2.2
- [Release notes](https://github.com/pavelzaichyk/flutter_joystick/releases)
- [Changelog](https://github.com/pavelzaichyk/flutter_joystick/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pavelzaichyk/flutter_joystick/commits/0.2.2)

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

Updates `file_picker` from 11.0.2 to 12.0.0-beta.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@v11.0.2...v12.0.0-beta.2)

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

---
updated-dependencies:
- dependency-name: device_info_plus
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: pedometer
  dependency-version: 4.2.0
  dependency-type: direct:production
- dependency-name: flutter_joystick
  dependency-version: 0.2.2
  dependency-type: direct:production
- dependency-name: package_info_plus
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: file_picker
  dependency-version: 12.0.0-beta.2
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: wakelock_plus
  dependency-version: 1.6.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 13, 2026
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

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