Renzo Olivares
Renzo Olivares
> Does iOS notify the client when dictation starts and stops? If so, is Flutter forwarding this information? If not, Flutter certainly should. Because if this problem is unique to...
@matthew-carroll It would be great to collect those IME use-cases and collaborate on this. I'll reach out on discord next week so we can sync up regarding this.
Hi @Jethro87, I've been working on the general issue of detecting dictation on iOS but haven't made much headway. I have been able to detect dictation on versions lower than...
@Jethro87 Thank you for the details. I am also able to reproduce this issue more consistently using flutter stable branch / super_editor stable branch. https://github.com/flutter/flutter/assets/948037/47003dd3-f47e-4fd1-8b58-6d8c5934214c I also get this crash:...
@Jethro87 thank you for confirming that the situation is a lot better after that change. I also see the added spaces on my end so I'll try to investigate whats...
> I think in #118568 the suggestion was that `style` should support `MaterialStateProperty`? You are right! Should be using `MaterialStateProperty` now.
CC @hangyujin Wondering if you had any thoughts on this implementation since you migrated `TextField` to `Material3`.
Looks like failing tests are related to users implementing their own method to have a disabled input style in a text field. I'll need to go through the tests and...
This one needs another review because a few changes have been made. Mostly refactoring and using tokens and generators. Thank you!
I changed the enabled default color back to `Theme.of(context).textTheme.bodyLarge.color` because there were many failing scubas (1000+) as apps are expecting that `textTheme` color is what is used to override the...