flutter_onscreen_keyboard 0.4.2
flutter_onscreen_keyboard: ^0.4.2 copied to clipboard
A customizable and extensible virtual keyboard widget for Flutter desktop and touchscreen apps.
0.4.1+1 #
0.4.1 #
0.4.0+1 #
0.4.0 #
0.3.0 #
Note: This release has breaking changes.
- REFACTOR: simplify text handling in keyboard input methods. (e3e8edd9)
- FIX: gboard and ios themes. (6a6bfade)
- FEAT: add emoji mode for default mobile layout. (a9414077)
- FEAT: add option to show/hide control bar in
OnscreenKeyboard. (7b9147f4) - DOCS: update
README.mdwith more screenshots. (79310704) - BREAKING REFACTOR: remove
attachTextControllerand related implementations. (0d44c91c)
0.2.0 #
0.1.1 #
- FIX: disable system keyboard for
OnscreenKeyboardTextField. - FEAT: add predefined themes (Gboard, iOS) for easy styling (#18).
0.1.0 #
0.0.6 #
0.0.5 #
0.0.4 #
0.0.1 #
- FEAT: implement onscreen keyboard layout and functionality
- DOCS: enhance README with comprehensive usage instructions and features.
- FEAT: make
OnscreenKeyboardTextFieldsimilar toTextField - FEAT: customizable width for keyboard
- FIX: handle multiline
TextField - FEAT: create
wrapfunction - FEAT: add
addRawKeyDownListenertoOnscreenKeyboard - DOCS: update example app with
OnscreenKeyboardTextFieldusage - CHORE: create LICENSE
- CHORE: add CONTRIBUTING.md
- CHORE: add pull request template for consistent contributions
- CHORE: update issue templates
- CHORE: create CODE_OF_CONDUCT.md