dead_keys 0.3.0 copy "dead_keys: ^0.3.0" to clipboard
dead_keys: ^0.3.0 copied to clipboard

Dead keys management in Flutter

Dead Keys #

Dead keys management in Flutter

Usage #

See the example directory for a minimal example of how to use this package. You typically just need to replace your TextEditingController with DeadKeysTextEditingController and provide a keyMap in the constructor, either custom or choosing from:

  • albanianKeyMap
  • belgianKeyMap
  • bosnianKeyMap
  • canadianKeyMap
  • czechKeyMap
  • danishKeyMap
  • dutchKeyMap
  • englishIndiaKeyMap
  • faroeseKeyMap
  • finnishKeyMap
  • frenchKeyMap
  • germanKeyMap
  • greekKeyMap
  • greenlandicKeyMap
  • hungarianKeyMap
  • icelandicKeyMap
  • irishKeyMap
  • latvianKeyMap
  • luxembourgishKeyMap
  • norwegianKeyMap
  • polishKeyMap
  • portugueseKeyMap
  • romanianKeyMap
  • serbianKeyMap
  • slovakKeyMap
  • slovenianKeyMap
  • spanishKeyMap
  • swedishKeyMap
  • swissKeyMap
  • turkishKeyMap
  • unitedKingdomExtentedKeyMap
  • unitedStatesInternationalKeyMap

For custom controllers you can just use the DeadKeysMixin with your own class.

0
likes
140
points
44
downloads

Publisher

verified publisherreturntrue.it

Weekly Downloads

Dead keys management in Flutter

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on dead_keys