* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Removed deprecated functions
* Move clipboard actions to QuillController
* Fix: collectAllIndividualStylesAndEmbed for result span
* Add: Clipboard toolbar buttons
* Add: test for QuillController clipboard
Dart Formatted
* Subscript and Superscript
* Translation Justify
* Translation alignJustify
* Fix: Translation ko
* Fix: Translation en-US
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* feat: allow pasting markdown and HTML files from the system into the editor
* chore: format _provideFileAsBytes function parameters
* fix: use onError callback of super_clipboard to work with async await using dart Completer
* fix(scripts): add execution permission for scripts/pub_get.sh
* chore(plugins)!: move super_clipboard plugin to be part of flutter_quill_extensions
* docs: add a comment for _pasteHtml() function in QuillController
* docs(extensions-package): update usage section to describe HTML and Markdown clipboard paste
* Search bar improved: alignment option added, search settings changed from icons to checkboxes with titles, search happens on the fly, other minor improvements
* Minor refactoring
* Search bar: translations added, minor fixes
* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Removed deprecated functions
* Move clipboard actions to QuillController
* Fix: collectAllIndividualStylesAndEmbed for result span
* Add: Clipboard toolbar buttons
* Add: test for QuillController clipboard
Dart Formatted
* Fix Issue 1887
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* toggle_style_button : calls to options.afterButtonPressed replaced by call to class function afterButtonPressed to allow default call to base button settings
quill_icon_button: L26 build for isSelected updated to call afterButtonPressed = same as if not selected
QuillController _updateSelection removed param=source because not used; added new param insertNewline when true set tog to style of preceding char (last entered); updated replaceText to call _updateSelection for NL
document collectStyle: Selecting the start of a line, user expects the style to be the visible style of the line including inline styles
* color_button calls afterButtonPressed
insert at start of line uses style for line
* Remove comments
* Fix formatting issue
* Fix FontFamily and Size button actions
* Fix FontFamily and Size button actions
* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Fixes for before_push script
* Removed deprecated functions
* Move clipboard actions to QuillController
* Fix: collectAllIndividualStylesAndEmbed for result span
* Add: Clipboard toolbar buttons
* export: Clipboard toolbar buttons
* Fix: Dividers not shown in toolbar when multiRowsDisplay.
Fix: Toolbar drop buttons clipped when !multiRowsDisplay
* Add: test for QuillController clipboard
Dart Formatted
* Localizations updated
* QuillControllerConfigurations and clipboard paste
* Fix: CheckList action
* Fix: Multiline selection and refactor toolbar buttons
* Add tests: Multiline selection
* Fix header toggle button and new block attribute support.
* Fix QuillToolbarColorButtonExtraOptions
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* toggle_style_button : calls to options.afterButtonPressed replaced by call to class function afterButtonPressed to allow default call to base button settings
quill_icon_button: L26 build for isSelected updated to call afterButtonPressed = same as if not selected
QuillController _updateSelection removed param=source because not used; added new param insertNewline when true set tog to style of preceding char (last entered); updated replaceText to call _updateSelection for NL
document collectStyle: Selecting the start of a line, user expects the style to be the visible style of the line including inline styles
* color_button calls afterButtonPressed
insert at start of line uses style for line
* Remove comments
* Fix formatting issue
* Fix FontFamily and Size button actions
* Fix FontFamily and Size button actions
* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Fixes for before_push script
* Removed deprecated functions
* Move clipboard actions to QuillController
* Fix: collectAllIndividualStylesAndEmbed for result span
* Add: Clipboard toolbar buttons
* export: Clipboard toolbar buttons
* Fix: Dividers not shown in toolbar when multiRowsDisplay.
Fix: Toolbar drop buttons clipped when !multiRowsDisplay
* Add: test for QuillController clipboard
Dart Formatted
* Localizations updated
* QuillControllerConfigurations and clipboard paste
* Fix: CheckList action
* Fix: Multiline selection and refactor toolbar buttons
* Add tests: Multiline selection
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* fix: temporarily remove flutter_colorpicker from pub.dev
* chore: clone flutter_colorpicker from Github, add a TODO with it
* fix: update color_dialog.dart to use color picker package from the lib/src/packages/flutter_colorpicker
* refactor(example): remove the old android example and recreate it to get it working with the latest stable version without any warrnings
* fix: format flutter_colorpicker to fix CI failure, update the android example project to use latest version of Kotlin, fix AndroidManifest string resources
* fix: update the linux example to fix CI failure
* ci: update build.yml as an attemp to fix building the Linux application
* ci: add a todo in build.yml, remove flutter doctor check
* ci: fix a typo
* ci: update the name of each step
* 🌍Add `readOnlyMouseCursor` to config mouse cursor type
Related issue: [Bug] Mouse cursor is still text insertion type when `readOnly` is `false` #1752
* 🔧Fix import
* toggle_style_button : calls to options.afterButtonPressed replaced by call to class function afterButtonPressed to allow default call to base button settings
quill_icon_button: L26 build for isSelected updated to call afterButtonPressed = same as if not selected
QuillController _updateSelection removed param=source because not used; added new param insertNewline when true set tog to style of preceding char (last entered); updated replaceText to call _updateSelection for NL
document collectStyle: Selecting the start of a line, user expects the style to be the visible style of the line including inline styles
* color_button calls afterButtonPressed
insert at start of line uses style for line
* Remove comments
* Fix formatting issue
* Fix FontFamily and Size button actions
* Fix FontFamily and Size button actions
* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Fixes for before_push script
* Removed deprecated functions
* Move clipboard actions to QuillController
* Fix: collectAllIndividualStylesAndEmbed for result span
* Add: Clipboard toolbar buttons
* export: Clipboard toolbar buttons
* Fix: Dividers not shown in toolbar when multiRowsDisplay.
Fix: Toolbar drop buttons clipped when !multiRowsDisplay
* Add: test for QuillController clipboard
Dart Formatted
* Localizations updated
* QuillControllerConfigurations and clipboard paste
* Fix: CheckList action
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* toggle_style_button : calls to options.afterButtonPressed replaced by call to class function afterButtonPressed to allow default call to base button settings
quill_icon_button: L26 build for isSelected updated to call afterButtonPressed = same as if not selected
QuillController _updateSelection removed param=source because not used; added new param insertNewline when true set tog to style of preceding char (last entered); updated replaceText to call _updateSelection for NL
document collectStyle: Selecting the start of a line, user expects the style to be the visible style of the line including inline styles
* color_button calls afterButtonPressed
insert at start of line uses style for line
* Remove comments
* Fix formatting issue
* Fix FontFamily and Size button actions
* Fix FontFamily and Size button actions
* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Fixes for before_push script
* Removed deprecated functions
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* toggle_style_button : calls to options.afterButtonPressed replaced by call to class function afterButtonPressed to allow default call to base button settings
quill_icon_button: L26 build for isSelected updated to call afterButtonPressed = same as if not selected
QuillController _updateSelection removed param=source because not used; added new param insertNewline when true set tog to style of preceding char (last entered); updated replaceText to call _updateSelection for NL
document collectStyle: Selecting the start of a line, user expects the style to be the visible style of the line including inline styles
* color_button calls afterButtonPressed
insert at start of line uses style for line
* Remove comments
* Fix formatting issue
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* Fix bug with scribble when the editor is scrollable - the scribble area was also being scrolled, now it is fixed
* code clean up - move ScribbleFocusable above CompositedTransformTarget when scrolling is not enabled for consistency with the scrolling scribble area fix
* Added ScribbleFocusable class and updated QuillRawEditorState build() to use it as parent widget of QuilRawEditorMultiChildRenderObject.
Added optional configuration properties `final bool enableScribble`, `final EdgeInsets? scribbleAreaInsets`, `final void Function()? onScribbleActivated`
* format update