-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Description
Steps to reproduce
- Clone flutter_samples
I took commit 3ae8c207cede6a2200fd40c4d1413de48ac9e141 - Open the compass app
./flutter_samples/compass_app/app/ - Fix settings.gradle
replace
id "com.android.application" version "8.1.0" apply false
with
id "com.android.application" version "8.2.1" apply false - Run the app
- Choose FAB "Book New Trip"
- Select "Europe"
- Choose dates
- Increase Who
- Choose button "Search"
Expected results
It is expected that the app goes to the next screen to show search results.
Actual results
The screens stutters like 10 times, it looks like a push page transition that crashes.
Code sample
Code sample
Create sample as described above.Screenshots or Video
file.mp4
Screenshots / Video demonstration
[Upload media here]
Logs
dart_devtools_2025-02-14_14_53_12.933.json
Logs
[HomeViewModel] Loaded bookings
[ResultsViewModel] Destinations (39) loaded
[HomeViewModel] Loaded user
E/flutter (14548): [ERROR:flutter/impeller/renderer/blit_pass.cc(42)] Break on 'ImpellerValidationBreak' to inspect point of failure: The source sample count (4) must match the destination sample count (1) for blits.
I/chatty (14548): uid=10209(com.example.compass_app) 1.raster identical 21 lines
E/flutter (14548): [ERROR:flutter/impeller/renderer/blit_pass.cc(42)] Break on 'ImpellerValidationBreak' to inspect point of failure: The source sample count (4) must match the destination sample count (1) for blits.
E/flutter (14548): [ERROR:flutter/impeller/renderer/blit_pass.cc(42)] Break on 'ImpellerValidationBreak' to inspect point of failure: The source sample count (4) must match the destination sample count (1) for blits.
E/flutter (14548): [ERROR:flutter/impeller/renderer/blit_pass.cc(42)] Break on 'ImpellerValidationBreak' to inspect point of failure: The source sample count (4) must match the destination sample count (1) for blits.
E/flutter (14548): [ERROR:flutter/impeller/renderer/blit_pass.cc(42)] Break on 'ImpellerValidationBreak' to inspect point of failure: The source sample count (4) must match the destination sample count (1) for blits.
I/chatty (14548): uid=10209(com.example.compass_app) 1.raster identical 14 lines
E/flutter (14548): [ERROR:flutter/impeller/renderer/blit_pass.cc(42)] Break on 'ImpellerValidationBreak' to inspect point of failure: The source sample count (4) must match the destination sample count (1) for blits.
E/flutter (14548): [ERROR:flutter/impeller/renderer/blit_pass.cc(42)] Break on 'ImpellerValidationBreak' to inspect point of failure: The source sample count (4) must match the destination sample count (1) for blits.
E/flutter (14548): [ERROR:flutter/impeller/renderer/blit_pass.cc(42)] Break on 'ImpellerValidationBreak' to inspect point of failure: The source sample count (4) must match the destination sample count (1) for blits.
E/flutter (14548): [ERROR:flutter/impeller/renderer/blit_pass.cc(42)] Break on 'ImpellerValidationBreak' to inspect point of failure: The source sample count (4) must match the destination sample count (1) for blits.
E/flutter (14548): [ERROR:flutter/impeller/renderer/blit_pass.cc(42)] Break on 'ImpellerValidationBreak' to inspect point of failure: The source sample count (4) must match the destination sample count (1) for blits.
I/chatty (14548): uid=10209(com.example.compass_app) 1.raster identical 3 lines
E/flutter (14548): [ERROR:flutter/impeller/renderer/blit_pass.cc(42)] Break on 'ImpellerValidationBreak' to inspect point of failure: The source sample count (4) must match the destination sample count (1) for blits.Flutter Doctor output
Doctor output
➜ app git:(main) ✗ fvm flutter doctor -v
[✓] Flutter (Channel stable, 3.29.0, on macOS 15.3 24D60 darwin-x64, locale en-NL) [1,956ms]
• Flutter version 3.29.0 on channel stable at /Users/johannesroest/fvm/versions/3.29.0
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 35c388afb5 (4 days ago), 2025-02-10 12:48:41 -0800
• Engine revision f73bfc4522
• Dart version 3.7.0
• DevTools version 2.42.2
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0) [4.1s]
• Android SDK at /Users/johannesroest/Library/Android/sdk
• Platform android-35, build-tools 35.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.4+-12422083-b607.1)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.2) [4.7s]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16C5032a
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [32ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.2) [31ms]
• Android Studio at /Applications/Android Studio.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 OpenJDK Runtime Environment (build 21.0.4+-12422083-b607.1)
[✓] VS Code (version 1.96.4) [28ms]
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension can be installed from:
🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected device (4 available) [7.4s]
• SM G950F (mobile) • ce0417140ace00170c • android-arm64 • Android 9 (API 28)
• macOS (desktop) • macos • darwin-x64 • macOS 15.3 24D60 darwin-x64
• Chrome (web) • chrome • web-javascript • Google Chrome 133.0.6943.55
[✓] Network resources [366ms]
• All expected network resources are available.
• No issues found!
istornz
Metadata
Metadata
Assignees
Labels
No labels