Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ingotnito keyboard support #43

Closed
ae5960e8-a6fc-491f-b252-898ecf59af95 opened this issue Dec 2, 2022 · 3 comments
Closed

Ingotnito keyboard support #43

ae5960e8-a6fc-491f-b252-898ecf59af95 opened this issue Dec 2, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@ae5960e8-a6fc-491f-b252-898ecf59af95

I use Gboard which supports an incognito mode in apps that request it, it will not learn new words so they are not added to the learned word list and autocomple. Reason being you don't want booru searches being stored and suggested outside the app in the keyboard.

@nullxception nullxception added the enhancement New feature or request label Dec 3, 2022
@nullxception
Copy link
Owner

Looks like it's doable with this parameter:
https://api.flutter.dev/flutter/widgets/EditableText/enableIMEPersonalizedLearning.html

Thanks for the suggestion!

@ae5960e8-a6fc-491f-b252-898ecf59af95

Brilliant, but the toggle is disabled upon app restart when I think it should be permanent until being disabled. Also I think it should be turned on by default.

@nullxception
Copy link
Owner

Brilliant, but the toggle is disabled upon app restart when I think it should be permanent until being disabled. Also I think it should be turned on by default.

Thanks, I didn't notice about the toggle issues, will investigate about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants