Satsrag/embed_input

Switch to the system keyboard and switch back

Opened this issue · 0 comments

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