keyboard_service 2.0.2 keyboard_service: ^2.0.2 copied to clipboard
Keyboard visibility / (auto-) dismiss package without the need of native plugin
[2.0.2] - 21 may 2022. #
- update packages
- updated example project
[2.0.1] - 15 jan. 2022. #
- replaced deprecated linter package
- updated example project
[2.0.0] - 10 mrt. 2021. #
- null-safety update
[1.0.6] - 25 feb. 2021. #
- added dismiss enum
- and made the scaffold parameter of .wrapIfNeeded method named
[1.0.5] - 24 feb. 2021. #
- hiding contructor of KeyboardService
- added .of method to KeyboardAutoDismiss widget
- added .wrapIfNeeded method to KeyboardAutoDismiss widget
- using package import
[1.0.4] - 6 feb. 2021. #
- made service class abstract and updated readme
[1.0.3] - 13 sep. 2020. #
- Added documentation to public api's.
[1.0.2] - 13 sep. 2020. #
- README.md text change.
[1.0.1] - 13 sep. 2020. #
- added optional unfocus context to KeyboardService dismiss.
- using unfocus context in KeyboardAutoDismiss.
- added example code to README.md.
- code changes for analysis warnings.
[1.0.0] - 30 jan. 2020. #
- initial release.