tappy_keyboard 3.4.1
tappy_keyboard: ^3.4.1 copied to clipboard
An embedded, customizable virtual keyboard plugin for Flutter apps with theming, custom layouts, and hotkey support.
3.4.1 #
- add switchToLettersPane & switchToSymbolsPane functions to switch explicitly
3.4.0 #
- Toggle Switch Pane according to TextField.keyboardType. i.e: if number keyboard type, switch automatically to numbers pane
3.3.0 #
- major fix
3.2.0 #
- clear modifiers if unfocus anyhow
- isSequenceHotKeys to TappyKeyboardController
3.1.1 #
- no need to dispose text field explicitly
3.1.0 #
- encapsulate controller
- improve hot keys triggers
- update documentation
3.0.0 #
- handle if controller disposed
- hot keys with example
2.2.0 #
- hot keys
2.1.1 #
- add validate, forceSave, forceSubmit in TappyForm
2.1.0 #
- tabSpaceSize parameter
- TappyForm with onSubmit hook - trigger with enter key on tappy keyboard
2.0.1 #
- showKeyboard parameter
2.0.0 #
- customization
1.0.2 #
- request keyboard focus on tap down
1.0.1 #
- improve focus
1.0.0 #
- show keyboard on Editable focus
- hide keyboard on Editable Unfocus & presist display while typing
0.1.0 #
- customize background Color
- customize show at symbol
0.0.5 #
- add icon buttons
- fix layout and sizes
0.0.4 #
- adjust width & height according to keyboard content
- fix numeric keyboard provider issue
- remove text as func key
0.0.3 #
- change prefix to Tappy
- Symbols, letters, numbers keys with proper onTap event
0.0.2 #
- Update SDK constraints for better compatibility
- Fix enum handling in key utilities
0.0.1 #
- Initial release of the Tappy Keyboard package
- Basic keyboard functionality with customizable themes
- Support for numeric and alphanumeric input types
- Responsive design for various screen sizes