flutter_soft_keyboard 1.1.2 copy "flutter_soft_keyboard: ^1.1.2" to clipboard
flutter_soft_keyboard: ^1.1.2 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_container to the latest version.
  • Improved responsiveness by expanding button behavior to work consistently with long presses and drags.

1.1.2 #

  • Adjusted the margins of the widgets located at the top, bottom, left, and right edges to ensure that the SoftKeyboardWidget fully fits within its defined width and height.
  • Converted SoftKeyboardWidget to a StatelessWidget to eliminate unnecessary state management.
2
likes
0
points
43
downloads

Publisher

verified publisheraqoong.pe.kr

Weekly Downloads

This Flutter package is a virtual keyboard widget that can be implemented using a 2D array.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, ripple_container, size_tailored_text

More

Packages that depend on flutter_soft_keyboard