flutter_keyboard_size 0.1.2 copy "flutter_keyboard_size: ^0.1.2" to clipboard
flutter_keyboard_size: ^0.1.2 copied to clipboard

outdated

A very simple, but convinient provider that helps get info about keyboard height, is it open or not and set bool valu is screen small or not.

0.1.2 #

  • Change location ScreenHeight class for export compatibility

0.1.1+2 #

  • Improve read.me

0.1.1+1 #

  • Update docs

0.1.1 - Initial release #

Available key properties for getting info

  double keyboardHeight
  double screenHeight
  bool isSmall // returns true if screen height becomes less then smallSize property
  bool isOpen // true if open

example is here https://github.com/awaik/flutter_keyboard_size/tree/master/example

61
likes
0
pub points
93%
popularity

Publisher

verified publisheragoradesk.com

A very simple, but convinient provider that helps get info about keyboard height, is it open or not and set bool valu is screen small or not.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on flutter_keyboard_size