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

Menksoft's old standard Mongol embed IME. Soft/Hard layout and Suggestion words.

example/README.md

void main() {
  runApp(const DemoApp());
  db.init();
}

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: const [
              MenkLayout.create,
              EnglishLayout.create,
            ],
          ),
        ]),
      ),
    );
  }
}
0
likes
160
pub points
17%
popularity

Publisher

verified publishersatsrag.dev

Menksoft's old standard Mongol embed IME. Soft/Hard layout and Suggestion words.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

embed_ime, flutter, mongol_code

More

Packages that depend on menk_embed_ime