-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Day of the week header disappears when swiping to the left on IOS #139
Comments
I had this in a past #73 |
Personally I reproduce the bug systematically with the parameters that I indicated in my previous ticket. I don't know if this can help |
@kbups I can't reproduce this bug with your provided code using timetable 1.0.0-alpha.12. Can you confirm whether this bug still occurs for you? |
I goet this error when upgrading to 1.0.0-alpha.12 :
Did you upgrade your flutter SDK version? I use 3.3.4 |
Yes, older Flutter versions are no longer supported. In timetable 1.0.0-alpha.12, I didn't update the minimum Flutter version, hence the build error (#143). Unfortunately, I can't retract that version since it was published more than seven days ago. Timetable 1.0.0-alpha.13 correctly updates the minimum Flutter version to 3.10.0 |
Hello,
I am using timetable in version v1.0.0-alpha.11 and we encounter a UI problem when swiping calendar to a previous week: the day of the week header disappears. This behavior occurres even if there are events displayed or not and we have to swipe at least twice to the left to view this behavior.
This only appears on IOS (for sure 16.1.1 and on the iPod touch simulator in version 15.5)
Here is an animated GIF showing the problem:
Screenshot
Environment:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.4, on macOS 12.5.1 21G83 darwin-x64, locale fr-FR)
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
✗ 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/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 3.5)
[✓] VS Code (version 1.76.2)
[✓] Connected device (4 available)
[✓] HTTP Host Availability
Here is the code extract use behind:
Do you have an idea why this header disappears? Thanks in advance!
The text was updated successfully, but these errors were encountered: