* refactor!: move all files and directories inside the 'src' directory for flutter_quill_extensions
* refactor!: restructure flutter_quill_extensions for consistency with flutter_quill, remove deprecated API
* fix: update conditional import for web to fix build failure
---------
Co-authored-by: Ellet <ellet@freshplatform.net>
Since dart:html is not supported when compiling to Wasm, the correct alternative now is to use dart.library.js_interop to differentiate between native and web
Source:
https://dart.dev/interop/js-interop/package-web
* fix(typo): deprecate ClipboardServiceProvider.instacne as it's a typo, add ClipboardServiceProvider.instance and update usages
* chore: update deprecation message of ClipboardServiceProvider.instacne
* 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
* 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
* Add a way to change almost properties of IconButton in QuillIconTheme for both selected and unselected state
---------
Co-authored-by: Ellet <ellet@freshplatform.net>
* Revert "Fix build error"
This reverts commit 90738e1ece.
* Revert "Prepare to release 9.1.0"
This reverts commit c3d57b87ec.
* Revert "Revert from material 3 to material 2"
This reverts commit 07b8f40491.
* Revert "Restore old feel and look (#1621)"
This reverts commit e820c5b29d.
* Allow to use most of the buttons without internal provider
---------
Co-authored-by: Ellet <ellet@freshplatform.net>
* Revert "Fix build error"
This reverts commit 90738e1ece.
* Revert "Prepare to release 9.1.0"
This reverts commit c3d57b87ec.
* Revert "Revert from material 3 to material 2"
This reverts commit 07b8f40491.
* Revert "Restore old feel and look (#1621)"
This reverts commit e820c5b29d.
---------
Co-authored-by: Ellet <ellet@freshplatform.net>
* Restore correct feel&look of `QuillToolbarIconButton`
* Export `QuillToolbarSelectAlignmentButtons`
* Restore old call of `QuillToolbarIconButton`
* Restore old call of `QuillToolbarIconButton`
* Resore original button PR #1575
* Restore old feel&look of buttons
* Restore original `QuillToolbarSelectAlignmentButton`
* Restore original `QuillToolbarLinkStyleButton2`
* Make `options` optional
* Restore old `QuillToolbarFontFamilyButton` build
* Restore old build of `QuillToolbarFontSizeButton`
* Change `textStyle` to `style`
* Remove redundant export
---------
Co-authored-by: Ellet Hnewa <73608287+ellet0@users.noreply.github.com>