zcode_embed_ime 0.0.2 copy "zcode_embed_ime: ^0.0.2" to clipboard
zcode_embed_ime: ^0.0.2 copied to clipboard

Zcode 52 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: 'Zcode Embed IME Demo',
      theme: ThemeData(fontFamily: 'ZcodeQagan'),
      home: Scaffold(
        appBar: AppBar(title: const Text('Zcode Embed IME Demo')),
        body: Column(children: [
          const Expanded(child: TextField()),
          EmbedKeyboard(
            layoutBuilders: const [
              ZcodeLayout.create,
              EnglishLayout.create,
            ],
          ),
        ]),
      ),
    );
  }
}
0
likes
160
pub points
0%
popularity

Publisher

verified publishersatsrag.dev

Zcode 52 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

More

Packages that depend on zcode_embed_ime