Skip to content

chore: bump simple_3d_renderer from 22.0.1 to 22.0.2 in /example #59

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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ packages:
dependency: transitive
description:
name: file_state_manager
sha256: "19ae8a33cf3bf6a9890f7819757531d5840fa6d8bf3a4be2fb89e94e9e5e3304"
sha256: a64f7dfe52e45bb1bb1a0e357ab6d38efddc361f33003c0c0a9b78bf9cf0731d
url: "https://pub.dev"
source: hosted
version: "1.2.0"
version: "2.0.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -213,18 +213,18 @@ packages:
dependency: "direct main"
description:
name: simple_3d
sha256: "16388598cd3b864a1f5c9d9f2869e60dc8181bd08a1da8c4c3deb0991174d90e"
sha256: f40a14daa88f327ec2807403142aa517aee932fee9d37e98ab71eb42abbf4750
url: "https://pub.dev"
source: hosted
version: "16.0.1"
version: "16.0.2"
simple_3d_renderer:
dependency: "direct main"
description:
name: simple_3d_renderer
sha256: b3f946407b304a85860ed1acd80e11ac2fe142d90caf545896a8f03bc8ae6744
sha256: bf94f7e90c9a601072921aa2f27baae09d9a531e41bf849225bb2029845a2e2e
url: "https://pub.dev"
source: hosted
version: "22.0.1"
version: "22.0.2"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -290,10 +290,10 @@ packages:
dependency: "direct main"
description:
name: util_simple_3d
sha256: "95e47e4ead200510993feaddd3ff169d067fb1a638e77a0411d1f5d73d39b2c9"
sha256: "2381db1cab8b79e858407a981c3a34016d0514c94bca8f656524d158b970516b"
url: "https://pub.dev"
source: hosted
version: "12.0.1"
version: "12.0.2"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter_rotation_sensor:
path: ../
simple_3d: any
simple_3d_renderer: ^22.0.1
simple_3d_renderer: ^22.0.2
util_simple_3d: any

dev_dependencies:
Expand Down