flutter_onscreen_keyboard 0.4.0+1
flutter_onscreen_keyboard: ^0.4.0+1 copied to clipboard
A customizable and extensible virtual keyboard widget for Flutter desktop and touchscreen apps.
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.md
with more screenshots. (79310704) - BREAKING REFACTOR: remove
attachTextController
and 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
OnscreenKeyboardTextField
similar toTextField
- FEAT: customizable width for keyboard
- FIX: handle multiline
TextField
- FEAT: create
wrap
function - FEAT: add
addRawKeyDownListener
toOnscreenKeyboard
- DOCS: update example app with
OnscreenKeyboardTextField
usage - 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