avro_phonetic_textfield 1.0.2
avro_phonetic_textfield: ^1.0.2 copied to clipboard
A Flutter package for Bangla phonetic typing with real-time transliteration and language mode toggle.
Changelog #
1.0.0 - 2025-01-29 #
- Initial release of the package.
- Added support for Bangla phonetic typing.
- Implemented real-time transliteration when space key is pressed.
- Added language mode toggle (Bangla and English) using
Ctrl + M. - Fully customizable with all properties of Flutter's built-in
TextFieldexcept thecontroller. - Added installation and usage instructions.
1.0.1 - 2025-01-29 #
- added support for on screen keyboards by changing the implementation
- using
event.logicalKey.keyLabelinstead ofevent.character
1.0.2 - 2025-01-31 #
- made
controllera required field, this fixes a bug and makes controlling even easier.