embed_ime 0.0.8 copy "embed_ime: ^0.0.8" to clipboard
embed_ime: ^0.0.8 copied to clipboard

The basic component of the Mongolian embed IME. Soft/Hard layout and Suggestion words.

English is not my mother tongue, please correct the mistake.

embed_ime #

Web Demo click here

This library is the basic component of the Mongolian embed IME.

Support all platforms: Android, Ios, Windows, Macos, Linux and web.

Now, this library has two implementations zcode_embed_ime_db and menk_embed_ime_db

We can use this library to implement own any standard Mongolian embed IME. Just provide inputting logic and keyboard layout UI by implementing the LayoutConverter and CommonMongolLayoutState or BaseEmbedTextInputControlState.

Background #

The Mongolian Script has multiple standards: Zcode, MenkCode, UNICODE MONGOLIAN 10.0, UNICODE MONGOLIAN 12.1 SNAPSHOT, GB/T 25914-2010, and so on. Each standard maybe has its own IME for some platforms. Usually, Users have installed the IME of one standard on their devices. However, the app usually only supports one standard, and the user may not install the IME of the standard that the app supports. So, we need to embed the IME into the app. This is what this library is for.

0
likes
160
pub points
29%
popularity

Publisher

verified publishersatsrag.dev

The basic component of the Mongolian embed IME. Soft/Hard layout and Suggestion words.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, vector_math

More

Packages that depend on embed_ime