flutter_quill_test 11.1.0
flutter_quill_test: ^11.1.0 copied to clipboard
Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Note
The previous CHANGELOG.md
has been archived.
[Unreleased] #
[11.1.0] - 2025-03-19 #
Added #
- Add more APIs for testing #2512.
- Replace text with
quillReplaceText
andquillReplaceTextWithSelection
. - Delete text with
quillRemoveText
andquillRemoveTextInSelection
. - Insert text at the specified position with
quillEnterTextAtPosition
. - Update the edit text value with a
TextSelection
usingquillUpdateEditingValueWithSelection
. - Get the current
TextEditingValue
usinggetTextEditingValue
. - Move the cursor with
quillMoveCursorTo
,quillUpdateSelection
, andquillExpandSelectionTo
. - Simulate hiding the keyboard using
quillHideKeyboard
. - Find the
QuillEditor
orQuillRawEditorState
usingfindRawEditor
andfindEditor
.
[11.0.0] - 2025-02-17 #
Changed #
- Improve pub topics in package metadata.
- Separate the package version and
CHANGELOG.md
from flutter_quill.