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

A straightforward and convenient provider that helps get info about - keyboard height, is it open or not, set bool value is screen small or not.

[1.0.1] - 18.09.2022 #

  • Updated dependencies

[1.0.0+4] - 10.09.2021 #

  • Updated dependencies

[1.0.0+3] - 11.03.2021 #

  • Update docs

[1.0.0+2] - 11.03.2021 #

  • Update docs

[1.0.0+1] - 11.03.2021 #

  • Update docs

[1.0.0] - 11.03.2021 #

  • Null safety

0.1.2+2 #

  • Add license

0.1.2+1 #

  • Update docs

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
copied to clipboard

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

66
likes
160
points
23.2k
downloads

Publisher

verified publisheragoradesk.com

Weekly Downloads

2024.09.21 - 2025.04.05

A straightforward and convenient provider that helps get info about - keyboard height, is it open or not, set bool value is screen small or not.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on flutter_keyboard_size