super_editor_test library

Extensions

SuperEditorRobot on WidgetTester
Extensions on WidgetTester for interacting with a SuperEditor the way a user would.

Properties

debugIsWebOverride WebPlatformOverride?
Overrides the value of CurrentPlatform.isWeb.
getter/setter pair

Functions

imeClientGetter([Finder? finder]) DeltaTextInputClient
Provides access to an IME client, to simulate IME input within a test.
quillDocumentEquivalentTo(Delta expectedDocument) Matcher
Creates a Matcher that compares an actual Quill Delta document to the given expectedDocument.