menk_embed_ime_db 0.0.4 copy "menk_embed_ime_db: ^0.0.4" to clipboard
menk_embed_ime_db: ^0.0.4 copied to clipboard

Menksoft old code standard Mongol embed IME. Soft/Hard layout, word database, words suggestion and next word suggestion.

example/README.md

void main() {
  runApp(const DemoApp());
  initZcodeDB();
}

class DemoApp extends StatelessWidget {
  const DemoApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Menk Embed IME Demo',
      theme: ThemeData(fontFamily: 'MenkQagan'),
      home: Scaffold(
        appBar: AppBar(title: const Text('Menk Embed IME Demo')),
        body: Column(children: [
          const Expanded(child: TextField()),
          EmbedKeyboard(
            layoutBuilders: [
              (i) => MenkLayout(i, converter: DBMenkLayoutConverter()),
              EnglishLayout.create,
            ],
          ),
        ]),
      ),
    );
  }
}
0
likes
150
pub points
5%
popularity

Publisher

verified publishersatsrag.dev

Menksoft old code standard Mongol embed IME. Soft/Hard layout, word database, words suggestion and next word suggestion.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, menk_embed_ime, path, path_provider, sqlite3, sqlite3_flutter_libs

More

Packages that depend on menk_embed_ime_db