flutter_onscreen_keyboard 0.4.0+1 copy "flutter_onscreen_keyboard: ^0.4.0+1" to clipboard
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 #

  • FIX: TextInputFormatter is not applied to the edits of the onscreen_keyboard and onChanged is not triggered on changes thorugh the onscreen_keyboard (#22). (9ea27c1d)

0.4.0 #

Note: This release has breaking changes.

  • DOCS: add OnscreenKeyboardTextFormField in readme. (95ab04cf)
  • BREAKING FEAT: add OnscreenKeyboardTextFormField widget (#20). (23d73ca4)

0.3.0+2 #

  • FIX: update flutter sdk and dependencies. (8894ea4d)

0.3.0+1 #

  • DOCS: add codcov badge in README.md. (4f85b8ef)

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+1 #

  • PERF: use InheritedWidget for providing OnscreenKeyboardController. (46f92914)

0.2.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: migrate to KeyboardMode for layout modes (#19). (436ffd1b)

0.1.1 #

  • FIX: disable system keyboard for OnscreenKeyboardTextField.
  • FEAT: add predefined themes (Gboard, iOS) for easy styling (#18).

0.1.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: add mobile layout and support for multiple keyboard modes (#17). (ba97977e)

0.0.6 #

  • FEAT: add more theme customization for keys (#12). (58109c4a)
  • FEAT: add textstyle TextKeyThemeData (#11). (5785d06e)
  • DOCS: update readme with theme configurations (#13). (57364611)

0.0.5 #

  • FIX: better and simplified focus management (#10). (206cc114)
  • FEAT: automatically show/hide keyboard when input gains or loses focus. (76a34553)

0.0.4+2 #

  • DOCS: update README for badge links and usage instructions. (8d75e6fc)

0.0.4+1 #

  • DOCS: update docs directory. (3e1611a8)

0.0.4 #

  • FEAT: customizable control bar actions (#6). (ba0d842d)
  • FEAT: customizable keyboard aspect ratio (#5). (658ded00)
  • DOCS: update readme with a short demo (#4). (bc167e86)

0.0.3+1 #

  • DOCS: add documentation for all APIs (#3). (abe6af23)

0.0.3 #

  • FEAT: add text selection support (#2). (60a0b8b8)

0.0.2 #

  • FEAT: draggable keyboard widget. (b7a87595)

0.0.1+1 #

  • DOCS: add deploy workflow and update package description. (8a4b57b1)

0.0.1 #

  • FEAT: implement onscreen keyboard layout and functionality
  • DOCS: enhance README with comprehensive usage instructions and features.
  • FEAT: make OnscreenKeyboardTextField similar to TextField
  • FEAT: customizable width for keyboard
  • FIX: handle multiline TextField
  • FEAT: create wrap function
  • FEAT: add addRawKeyDownListener to OnscreenKeyboard
  • 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
6
likes
160
points
128
downloads

Publisher

verified publisheralbinpk.dev

Weekly Downloads

A customizable and extensible virtual keyboard widget for Flutter desktop and touchscreen apps.

Repository (GitHub)
View/report issues
Contributing

Topics

#keyboard #virtual-keyboard #onscreen-keyboard #flutter-keyboard #flutter-onscreen-keyboard

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_onscreen_keyboard