Skip to content
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

feat: Improve navigation between all the pages #74

Merged
merged 1 commit into from
Jul 2, 2023
Merged

Conversation

luanpotter
Copy link
Member

@luanpotter luanpotter commented Jul 2, 2023

Fixes #53

Note: we cannot use push/pop because the per-page gamepad listeners do not work.
For now I am replacing everything with pushReplcement, since it works better.
We dont have mobile support for now anyway.
In the future we would need to have a single gamepad listener in the root and do the drill down to the current page ourselves as flutter doesn't support that.

);
const GamepadKey selectButton = GamepadButtonKey(
linuxKeyName: '6',
macosKeyName: '???',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@erickzanardo could you please fill up later please

@luanpotter luanpotter requested a review from spydon July 2, 2023 14:16
@luanpotter luanpotter merged commit 7dc1d1b into main Jul 2, 2023
4 checks passed
@luanpotter luanpotter deleted the luan.navigator branch July 2, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make navigation possible with the controllers
2 participants