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
quillReplaceTextandquillReplaceTextWithSelection. - Delete text with
quillRemoveTextandquillRemoveTextInSelection. - Insert text at the specified position with
quillEnterTextAtPosition. - Update the edit text value with a
TextSelectionusingquillUpdateEditingValueWithSelection. - Get the current
TextEditingValueusinggetTextEditingValue. - Move the cursor with
quillMoveCursorTo,quillUpdateSelection, andquillExpandSelectionTo. - Simulate hiding the keyboard using
quillHideKeyboard. - Find the
QuillEditororQuillRawEditorStateusingfindRawEditorandfindEditor.
11.0.0 - 2025-02-17 #
Changed #
- Improve pub topics in package metadata.
- Separate the package version and
CHANGELOG.mdfrom flutter_quill.