Closed
Description
Describe the bug
Since updating to Flutter 3.7, there is a bug that immediately closes the on-screen keyboard when trying to type a description.
See this sample project.
This bug only happens with the following criteria:
- Using Flutter 3.7
- Using
MaterialApp.router
with a router package (in my case,go_router
)
Stacktrace
What's the stacktrace?
In browsers, check the Console
.
The stacktrace isn't particularly useful in this situation.
Wiredash SDK Info
Which SDK are you using? 1.5.0
On which platform are you seeing the crash? iOS and Android
Flutter SDK
Which Flutter version are you using? Run flutter doctor -v
3.7
Screenshots
If applicable, add screenshots to help explain your problem.