-
Notifications
You must be signed in to change notification settings - Fork 104
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
[BUG] Artefact (white line) on colored cards when wrapped in horizontal listview #73
Comments
Same issue. I suppose it is due to incorrect alignment at Transform in AnimationCard |
I'm seeing this line as well, wrapped in a GridView. Minimal repo to reproduce the issue. This repo is from another project/bug I'm working on but you see the line. https://github.com/tsquillario/flutter-reorderable-grid-view-example1
|
I cannot reproduce this when running the sample app on MacOS, Chrome, Android or iOS. I cloned the repo, installed dependencies and ran it, no further changes. I'm using Flutter 3.7.3 via fvm. Keep in mind I'm on a mac and you seem to be on Windows. You mentioned the issue only happens when scrolling horizontally. The example code won't let me scroll horizontally. Reordering the cards doesn't produce the issue (except the reordering-animation is completely broken). Flutter doctor output
[!] Flutter (Channel stable, 3.7.3, on macOS 13.3 22E5236f darwin-arm64, locale de-DE) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1) [✓] Xcode - develop for iOS and macOS (Xcode 14.2) [✓] Chrome - develop for the web [✓] Android Studio [✓] VS Code (version 1.76.2) [✓] Connected device (3 available) [✓] HTTP Host Availability ! Doctor found issues in 1 category. |
Hi,
First, thank you very much for this amazing package !
My issue concerns a colored version of your flip card.
The cards are wrapped in an horizontal listview.
When in scroll horizontally (vertically it is ok), a white line appears sometimes.
Behavior
Flutter doctor
[✓] Flutter (Channel stable, 3.3.4, on macOS 13.1 22C65 darwin-arm, locale fr-FR)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.74.2)
[✓] VS Code (version 1.71.1)
[✓] Connected device (3 available)
[✓] HTTP Host Availability
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: