flutter_keyboard_action_done 0.0.3 copy "flutter_keyboard_action_done: ^0.0.3" to clipboard
flutter_keyboard_action_done: ^0.0.3 copied to clipboard

Flutter keyboard action done help developer to add done button above phone and number keyboard

Flutter-Keyboard-Action-Done #

You might have come with a problem dismissing iOS keyboard when using input type number or phone . If you don't you will get this issue. So this package will help you to present done button above iOS & Android keyboard

Very simple to use #

-Just copy and paste below code int statefull widget where you are getting information Via TextField

  @override
  void initState() {
    super.initState();
    KeyBoardDoneController.init(context);
  }
7
likes
40
pub points
42%
popularity

Publisher

unverified uploader

Flutter keyboard action done help developer to add done button above phone and number keyboard

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, keyboard_visibility

More

Packages that depend on flutter_keyboard_action_done