* chore: update comment for packages section in pubspec.yaml
* chore: add youtube_explode_dart package
* feat: add YoutubeVideoSupportMode
* docs: add a link to the 'flutter_inappwebview' plugin desktop support issue in YoutubeVideoSupportMode
* chore: add TODO in QuillToolbarVideoButton
* fixed#1953 italic detection error
fix: issue where when html2md parse <em> to "_" instead of "*" that won't be detected MarkdownToDelta converter
feat(test): added test for DeltaX
feat: added config classes to MarkdownToDelta and html2md that allow users configure their own styles
* Added support for html underline and videos
* removed print calls and fix no expect in test
* removed useless element attr for underline
* improved video url validator pattern
* Added support for <video> tag
* chore: dart fixes
* fix: removed useless params
* fix: imports issue
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
* 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
* 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