Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Saber qual tipo de teclado está aberto? #37

Open
marcglasberg opened this issue Jun 14, 2021 · 1 comment
Open

Saber qual tipo de teclado está aberto? #37

marcglasberg opened this issue Jun 14, 2021 · 1 comment

Comments

@marcglasberg
Copy link
Contributor

Seria possível saber qual o tipo de teclado que está aberto? Por exemplo, se o teclado aberto é o teclado numérico, ou o teclado qwerty comum? No builder poderia ter mais um parâmetro:

enum KeyboardType {numerical, qwerty, other}

class KeyboardOptions {
  KeyboardOptions({required this.isKeyboardOpen, required this.keyboardHeight});

  final bool isKeyboardOpen;
  final double keyboardHeight;
  final KeyboardType keyboardType;
...
@IsaiasSantana
Copy link
Owner

@marcglasberg Me parece uma boa feature. Irei ver sim se é possível e depois comento aqui novamente.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants