IsaiasSantana / keyboard_utils

A Flutter plugin to check keyboard visibility.
MIT License
49 stars 49 forks source link

Flutter 2.5 KeyboardListener fix #38

Closed Drarox closed 3 years ago

Drarox commented 3 years ago

material.dart includes now a KeyboardListener in flutter 2.5, so we just hide it to make it work again.

IsaiasSantana commented 3 years ago

Thank you! May you update the example project too?