We need to make sure flutter is accessible when uses iOS voice control action items: - [x] flutter does not enable semantics when voice control is turned on. https://github.com/flutter/engine/pull/24640 - [x] Delete line in text field does not delete the whole line. https://github.com/flutter/flutter/issues/77274 - [ ] Redo/Undo does not work. https://github.com/flutter/flutter/issues/77614 - [x] scrolling does not work. https://github.com/flutter/flutter/issues/80711
We need to make sure flutter is accessible when uses iOS voice control
action items: