dead_keys 0.3.0
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:
albanianKeyMapbelgianKeyMapbosnianKeyMapcanadianKeyMapczechKeyMapdanishKeyMapdutchKeyMapenglishIndiaKeyMapfaroeseKeyMapfinnishKeyMapfrenchKeyMapgermanKeyMapgreekKeyMapgreenlandicKeyMaphungarianKeyMapicelandicKeyMapirishKeyMaplatvianKeyMapluxembourgishKeyMapnorwegianKeyMappolishKeyMapportugueseKeyMapromanianKeyMapserbianKeyMapslovakKeyMapslovenianKeyMapspanishKeyMapswedishKeyMapswissKeyMapturkishKeyMapunitedKingdomExtentedKeyMapunitedStatesInternationalKeyMap
For custom controllers you can just use the DeadKeysMixin with your own class.