* docs(readme): simplify vsc_quill_delta_to_html description
* chore: drop the support for DeltaX.fromHtml and DeltaX.fromMarkdown to only use them internally
* docs(readme): update outdated docs, suggest packages to convert between Delta and Markdown or PDF
* chore: deprecate customBlocks in DeltaX.fromHtml property
* 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
* 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
* Moved all embed code to seperate folder
* Consolidated embed builders
* Moved embed toolbar items out
* Moved embed code to separate package
* Updated imports
* Removed I from interface names
* Refactored embed button implementation
* Update readme
* Upgrade upgradable packages
* Apply default null-safety migrations
* Remove hashnode as a dependency and localize its functionality to the package.
Maintenance was done long time ago hence no need to wait for the update
* Localize ui package to reduce maintenance burdens
* Replace universal html with dart:html
* Remove unnecessary checks
* Fix formatting
* Migrate app to null safety
* Enable methods to be nullable
* Fix non-nullable issue with node methods
* Cast as Node
* Use universal html
* Use universal html package to bring in the ImageElement class
* Remove unused imports
* Fix imports on the editor file
* Add key to quill editor
* Remove final from the GlobalKey
* Remove final on GlobalKey
* Remove custom util implementation in favor of quiver
* Fix issue with null on token attrivute
* Remove final hashcode that is replaced by quiver functionality
* Fix merge request
* Fix hit test position in text_line.dart
* Fix null safety errors on text_selection.dart
* Fix sound null safe errors in toolbar.dart
* Import null safe file picker