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
Describe the bug
When using the keyboard in iOS, the enter key wont activate the month navigation buttons (leftChevronIcon, rightChevronIcon)
To reproduce
No extra implementation needed.
Steps to reproduce the behavior:
Run an application that has an instance of the TableCalendar widget;
Use the keyboard to navigate to the chevron buttons;
Try to activate it using the enter key.
Expected behavior
Nothing should happen in iOS, Android is working fine.
Screenshots
N/A
Output of flutter doctor
Paste the result of this command here.
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.19.3, on macOS 15.0.1 24A348 darwin-arm64, locale en-PT)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Chrome - develop for the web
[!] Android Studio (version unknown)
✗ Unable to determine Android Studio version.
[✓] IntelliJ IDEA Ultimate Edition (version 2024.2.3)
[✓] VS Code (version 1.86.0)
[✓] Connected device (3 available)
[✓] Network resources
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the keyboard in iOS, the enter key wont activate the month navigation buttons (leftChevronIcon, rightChevronIcon)
To reproduce
No extra implementation needed.
Steps to reproduce the behavior:
Expected behavior
Nothing should happen in iOS, Android is working fine.
Screenshots
N/A
Output of
flutter doctor
Paste the result of this command here.
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.3, on macOS 15.0.1 24A348 darwin-arm64, locale en-PT) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 16.0) [✓] Chrome - develop for the web [!] Android Studio (version unknown) ✗ Unable to determine Android Studio version. [✓] IntelliJ IDEA Ultimate Edition (version 2024.2.3) [✓] VS Code (version 1.86.0) [✓] Connected device (3 available) [✓] Network resources
Additional context
N/A
The text was updated successfully, but these errors were encountered: