flutter_quill_test 11.1.0 copy "flutter_quill_test: ^11.1.0" to clipboard
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 and quillReplaceTextWithSelection.
  • Delete text with quillRemoveText and quillRemoveTextInSelection.
  • Insert text at the specified position with quillEnterTextAtPosition.
  • Update the edit text value with a TextSelection using quillUpdateEditingValueWithSelection.
  • Get the current TextEditingValue using getTextEditingValue.
  • Move the cursor with quillMoveCursorTo, quillUpdateSelection, and quillExpandSelectionTo.
  • Simulate hiding the keyboard using quillHideKeyboard.
  • Find the QuillEditor or QuillRawEditorState using findRawEditor and findEditor.

[11.0.0] - 2025-02-17 #

Changed #

  • Improve pub topics in package metadata.
  • Separate the package version and CHANGELOG.md from flutter_quill.
5
likes
150
points
4.61k
downloads

Publisher

verified publisherfreshplatform.net

Weekly Downloads

Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases.

Repository (GitHub)
View/report issues
Contributing

Topics

#testing #text #rich-text-editor #flutter-quill

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_quill, flutter_test

More

Packages that depend on flutter_quill_test