Skip to content

aleripe/dead-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dead keys management in Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages