Skip to content

chore: bump simple_3d_renderer from 23.0.4 to 24.0.0 in /example - #105

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/example/simple_3d_renderer-24.0.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/example/simple_3d_renderer-24.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps simple_3d_renderer from 23.0.4 to 24.0.0.

Changelog

Sourced from simple_3d_renderer's changelog.

24.0.0

  • Added a touch slop to Sp3dGestureDetector, so that a stationary touch is no longer treated as a pan.
    • Previously, a single PointerMoveEvent switched the gesture from a tap to a pan. Because some platforms (e.g. Android) report minute pointer movements while the finger is stationary, tapping could invoke onPanStart and onPanEnd instead of onPanCancel, and the resulting pan could have a distance of almost zero.
    • Pointer movements smaller than the slop are now ignored, and the stored pointer position is not updated for them. The gesture remains a tap, and onPanCancel is called on release as before.
  • Added the touchSlop argument to Sp3dGestureDetector and Sp3dRenderer.
    • If null (the default), the value is resolved automatically. Precise pointers (mouse and stylus) use kPrecisePointerHitSlop, and other pointers use the platform value obtained from MediaQuery, or kTouchSlop if it is unavailable.
    • Specify 0 to restore the behavior of version 23 and earlier.
  • Breaking change: the gesture callbacks now behave differently for a touch that moves only slightly. If your app relies on the previous behavior, specify touchSlop: 0.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 [simple_3d_renderer](https://github.com/MasahideMori-SimpleAppli/simple_3d_renderer) from 23.0.4 to 24.0.0.
- [Changelog](https://github.com/MasahideMori-SimpleAppli/simple_3d_renderer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/MasahideMori-SimpleAppli/simple_3d_renderer/commits)

---
updated-dependencies:
- dependency-name: simple_3d_renderer
  dependency-version: 24.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 28, 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