You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading Flutter to 3.27.0 (from 3.24.4) the Z-axis for the Trackball are not working correctly anymore.
The same issue is present for Crosshair Tooltips for example.
(updating syncfusion_flutter_charts from 27.1.53 to 28.1.33 didn't resolve the issue)
Video demonstrationScreen.Recording.2024-12-13.at.17.03.05.mov
Stack Traces
Stack Traces
-```
</details>
### On which target platforms have you observed this bug?Android, iOS
### FlutterDoctor output
<details open><summary>Doctor output</summary>
```console
[✓] Flutter (Channel stable, 3.27.0, on macOS 15.2 24C101 darwin-arm64, locale en-US)
• Flutter version 3.27.0on channel stable at /Users/lars/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 8495dee1fd (3 days ago), 2024-12-1014:23:39-0800
• Engine revision 83bacfc525
• Dart version 3.6.0
• DevTools version 2.40.2
[!] Android toolchain - develop forAndroid devices (AndroidSDK version 35.0.0)
• AndroidSDK at /Users/lars/Library/Android/sdk
✗ cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/to/macos-android-setup for more details.
[✓] Xcode- develop for iOS and macOS (Xcode16.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16C5032a
• CocoaPods version 1.15.2
[✗] Chrome- develop for the web (Cannot find Chrome executable at /Applications/GoogleChrome.app/Contents/MacOS/GoogleChrome)
!Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] AndroidStudio (version 2024.2)
• AndroidStudio at /Applications/AndroidStudio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDKRuntimeEnvironment (build 21.0.3+-79915917-b509.11)
[✓] VSCode (version 1.96.0)
• VSCode at /Applications/VisualStudioCode.app/Contents
• Flutterextension version 3.102.0
[✓] Connected device (4 available)
[✓] Network resources
• All expected network resources are available.
!Doctor found issues in2 categories.
The text was updated successfully, but these errors were encountered:
Bug description
After upgrading Flutter to 3.27.0 (from 3.24.4) the Z-axis for the Trackball are not working correctly anymore.
The same issue is present for Crosshair Tooltips for example.
(updating syncfusion_flutter_charts from 27.1.53 to 28.1.33 didn't resolve the issue)
Steps to reproduce
Code sample
Code sample
Screenshots or Video
Video demonstration
Screen.Recording.2024-12-13.at.17.03.05.mov
Stack Traces
Stack Traces
The text was updated successfully, but these errors were encountered: