-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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/falseMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working