polyboard 0.1.0
polyboard: ^0.1.0 copied to clipboard
A multilingual, draggable on-screen keyboard for Flutter desktop, touch and web. Numeric / QWERTY / symbols, English + Hindi + Arabic (RTL) out of the box, bring-your-own layouts, dark theme, and zero [...]
0.1.0 #
Initial release.
- OS-independent on-screen keyboard for Flutter desktop, touch and web.
- Numeric pad, QWERTY/alphabetic and symbols layouts.
- Built-in glyph-verified layouts: English, Hindi (Devanagari), Arabic (RTL), Russian (Cyrillic). Bundled Noto fonts for Devanagari + Arabic.
- Bring-your-own layouts via
KbLayout(any number of rows, optional shift layer, LTR/RTL). off/on/automodes (auto shows only on touch focus).- Drag the handle to dock top or bottom; choice persisted.
- Focus-safe: tapping a key never dismisses the focused field.
- Edits any
TextEditingController; auto right-aligns once RTL text is typed. - Zero dependencies beyond Flutter. Pluggable storage (
PolyboardStorage), theme (PolyboardTheme.light()/dark()), logger, and key/visibility/language/ mode callbacks — framework-agnostic, trivially used with Riverpod/Provider. - IME hook (
PolyboardImeEngine) for future CJK composition + candidate selection (engine/dictionaries ship separately).