flutter_soft_keyboard 1.1.1
flutter_soft_keyboard: ^1.1.1 copied to clipboard
This Flutter package is a virtual keyboard widget that can be implemented using a 2D array.
1.0.0 #
- Added usage, comments, etc.
- Organized by adding an EventListener to the KeyboardInputController for easier listener management
1.1.0 #
A child variable has been added to VirtualKey for custom key UI. If child is not null, options other than KeyType and ContainerDecoration will be ignored, and child will be displayed as the key. An example can be found in the “Example” project.
1.1.1 #
- Updated the dependency
ripple_containerto the latest version. - Improved responsiveness by expanding button behavior to work consistently with long presses and drags.