QuillWidgetTesterExt extension

Extensions on WidgetTester that have utilities that help simplify interacting with the editor in test cases.

on

Methods

quillEnterText(Finder finder, String text) Future<void>
Give the QuillEditor widget specified by finder the focus and update its editing value with text, as if it had been provided by the onscreen keyboard.
quillGiveFocus(Finder finder) Future<void>
Give the QuillEditor widget specified by finder the focus.
quillUpdateEditingValue(Finder finder, String text) Future<void>
Update the text editing value of the QuillEditor widget specified by finder with text, as if it had been provided by the onscreen keyboard.