Coder Social home page Coder Social logo

satsrag / embed_input Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 0.0 22.02 MB

The Mongolian Input Method that embeds into the Flutter app.

Home Page: https://satsrag.github.io

License: BSD 3-Clause "New" or "Revised" License

Dart 100.00%
embed ime input-method mongol mongolian keyboad keyboard-layout

embed_input's Introduction

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

Mongolian Embed Input method (Mongolian IME)

Web Demo click here

This project is the Mongolian Input Method that embeds into the Flutter app.

This project has three libraries published to pub.dev respectively.

  • zcode_embed_ime_db: typing the Zcode 52 standard Mongolian script.

  • menk_embed_ime_db: typing Menksoft's old standard Mongolian script.

  • embed_ime: base necessary components used for the above two libraries. Using this library, we can implement other standard Mongolian scripts. Such as UNICODE MONGOLIAN 10.0, UNICODE MONGOLIAN 12.1 SNAPSHOT, GB/T 25914-2010, and so on.

User guide or more detail about these library see: zcode_embed_ime_db, menk_embed_ime_db and embed_ime.

If someone finds cannot input some words or has any other problem with this library, please feel free to open an issue or PR.

embed_input's People

Contributors

satsrag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

embed_input's Issues

sqlite db load failed

SQLite db load failed on some platforms:

  • On phone webs, such as ios Safari and Android browsers

  • Test on windows and linux

Switch to the system keyboard and switch back

We can use assumeControlNotifier to switch to system keyboard. However this method not working well right now.

          final ValueNotifier<bool> _assumeControlNotifier = ValueNotifier<bool>(false);
          ...
          EmbedKeyboard(
            assumeControlNotifier: _assumeControlNotifier,
            layoutBuilders: [
              (i) => ZcodeLayout(i, converter: DBZcodeLayoutConverter()),
              EnglishLayout.create,
            ],
          ),
          ...
         _assumeControlNotifier.value = true/false

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.