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

Keyboard Support #22

Closed
limbouser opened this issue Jan 1, 2020 · 3 comments
Closed

Keyboard Support #22

limbouser opened this issue Jan 1, 2020 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@limbouser
Copy link

I have an app that use keyboard navigation. Is it possible to take input from keyboard in Flutter-pi.?

@geofmureithi-zz
Copy link

Haven't tried it but seems like a good option:
https://pub.dev/packages/virtual_keyboard

@limbouser
Copy link
Author

Haven't tried it but seems like a good option:
https://pub.dev/packages/virtual_keyboard

I'm speaking about using the Pi Keyboard to navigate within the options in app. I am not interested in a virtual keyboard.

@ardera
Copy link
Owner

ardera commented Jan 2, 2020

Native keyboard input is not yet supported. Should not be that hard to do though. Also, this project is open source, so feel free to add keyboard support yourself if you want to.
For now, VirtualKeyboard really is the only way to get some kind of keyboard input in flutter-pi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants