-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
[Help/Problem] Beamer key causing issues on keyboard #641
Comments
Is this still an issue, can you verify? |
I'm using a
Nested Navigation
in my home screen. I'm currently having an issue with the creation of the beamers keys which affect the bevior of the digitial keyboward. As this stackoverflow post suggests, this keys are restarting themselves, making it the keyboard to behave the following way:Keyboard.beamer.issue.1.mp4
This is happening in all inputs inside my home view, which are quite some. Some of the solutions in that stackoverflow posts suggests to create the beamer key as
static
or/and place it the state of a statefulwidget (which is undesired to me but if it's required i would take the solution), this solves the issue of the beamerkey recreating itself and keyboard is fixed as well:Beamerkey.issue.1.mp4
However, as you can see, the beamer key looses it state and route information. I tried to follow this beamer example but I hit this wall.
Notes:
As I'm currently working with BLOC pattern you will se cubits related stuff, and also stuff missing from the example as I was not sure if their were required with bloc, an example of this is @dispose and @initstate methods
Each of this has it's own cubit and state in a separate class/file (cubits are classes that handles all ui events logic and emit a new state to the ui).
There are more beamer keys created inside
ManagementLocation
Here's my Home Page:
In case needed, the bottom sheet form:
The text was updated successfully, but these errors were encountered: