quill_html_editor 2.2.7  quill_html_editor: ^2.2.7 copied to clipboard
quill_html_editor: ^2.2.7 copied to clipboard
HTML rich text editor for Android, iOS, and Web, it is built with the powerful Quill Js library. Which is an open source WYSIWYG editor built for the modern web.
We analyzed this package 2 hours ago, and awarded it 140 pub points (of a possible 160):
 10/10 points: Provide a valid
 10/10 points: Provide a valid pubspec.yaml
 5/5 points: Provide a valid
 5/5 points: Provide a valid README.md
 5/5 points: Provide a valid
 5/5 points: Provide a valid CHANGELOG.md
 10/10 points: Use an OSI-approved license
 10/10 points: Use an OSI-approved license
Detected license: MIT.
 10/10 points: 20% or more of the public API has dartdoc comments
 10/10 points: 20% or more of the public API has dartdoc comments
112 out of 114 API elements (98.2 %) have documentation comments.
Some symbols that are missing documentation: quilll_html_editor.QuillHtmlEditorState.QuillHtmlEditorState.new, quilll_html_editor.ToolBarState.ToolBarState.new.
 10/10 points: Package has an example
 10/10 points: Package has an example
 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- 
✓ Android 
- 
✓ iOS 
- 
✓ Web 
These platforms are not supported:
Package does not support platform `Windows`.
Because:
- package:quill_html_editor/quill_html_editor.dartthat declares support for platforms:- Android,- iOS,- Web.
Package does not support platform `Linux`.
Because:
- package:quill_html_editor/quill_html_editor.dartthat declares support for platforms:- Android,- iOS,- Web.
Package does not support platform `macOS`.
Because:
- package:quill_html_editor/quill_html_editor.dartthat declares support for platforms:- Android,- iOS,- Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
- package:quill_html_editor/quill_html_editor.dartthat imports:
- package:quill_html_editor/src/tool_bar.dartthat imports:
- package:quill_html_editor/src/widgets/input_url_widget.dartthat imports:
- package:quill_html_editor/src/widgets/el_tooltip/el_tooltip.dartthat imports:
- package:quill_html_editor/src/widgets/webviewx/src/webviewx_plus.dartthat imports:
- package:quill_html_editor/src/widgets/webviewx/src/view/view.dartthat imports:
- package:quill_html_editor/src/widgets/webviewx/src/view/impl/io.dartthat imports:
- package:quill_html_editor/src/widgets/webviewx/src/view/impl/mobile.dartthat imports:
- package:webview_flutter_wkwebview/webview_flutter_wkwebview.dartthat declares support for platforms:- iOS,- macOS.
Package does not support platform `iOS`.
Because:
- package:quill_html_editor/quill_html_editor.dartthat imports:
- package:quill_html_editor/src/tool_bar.dartthat imports:
- package:quill_html_editor/src/widgets/input_url_widget.dartthat imports:
- package:quill_html_editor/src/widgets/el_tooltip/el_tooltip.dartthat imports:
- package:quill_html_editor/src/widgets/webviewx/src/webviewx_plus.dartthat imports:
- package:quill_html_editor/src/widgets/webviewx/src/view/view.dartthat imports:
- package:quill_html_editor/src/widgets/webviewx/src/view/impl/io.dartthat imports:
- package:quill_html_editor/src/widgets/webviewx/src/view/impl/mobile.dartthat imports:
- package:webview_flutter_android/webview_flutter_android.dartthat declares support for platforms:- Android.
Package not compatible with platform Web
Because:
- package:quill_html_editor/quill_html_editor.dartthat imports:
- package:quill_html_editor/src/tool_bar.dartthat imports:
- package:quill_html_editor/src/widgets/image_picker.dartthat imports:
- package:file_picker/file_picker.dartthat imports:
- package:file_picker/src/file_picker.dartthat imports:
- package:file_picker/src/linux/file_picker_linux.dartthat imports:
- package:file_picker/src/utils.dartthat imports:
- dart:io
 0/0 points: WASM compatibility
 0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
- package:quill_html_editor/quill_html_editor.dartthat imports:
- package:quill_html_editor/src/tool_bar.dartthat imports:
- package:quill_html_editor/src/widgets/image_picker.dartthat imports:
- package:file_picker/file_picker.dartthat imports:
- package:file_picker/src/file_picker.dartthat imports:
- package:file_picker/src/linux/file_picker_linux.dartthat imports:
- package:file_picker/src/utils.dartthat imports:
- dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
 40/50 points: code has no errors, warnings, lints, or formatting issues
 40/50 points: code has no errors, warnings, lints, or formatting issues
Found 66 issues. Showing the first 2:
INFO: 'describeEnum' is deprecated and shouldn't be used. Use the `name` getter on enums instead. This feature was deprecated after v3.14.0-2.0.pre.
lib/src/quill_editor_wrapper.dart:523:39
    ╷
523 │         .callJsMethod("modifyTable", [describeEnum(type)]);
    │                                       ^^^^^^^^^^^^
    ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/quill_editor_wrapper.dart
INFO: 'describeEnum' is deprecated and shouldn't be used. Use the `name` getter on enums instead. This feature was deprecated after v3.14.0-2.0.pre.
lib/src/utils/format_config.dart:104:35
    ╷
104 │       if (align != null) 'align': describeEnum(align ?? AlignType.left),
    │                                   ^^^^^^^^^^^^
    ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/format_config.dart
 0/10 points: All of the package dependencies are supported in the latest version
 0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
| file_picker | ^6.0.0 | 6.2.1 | 10.3.3 | |
| http | ^1.1.0 | 1.5.0 | 1.5.0 | |
| path | ^1.8.2 | 1.9.1 | 1.9.1 | |
| pointer_interceptor | ^0.9.3+6 | 0.9.3+7 | 0.10.1+2 | |
| uuid | ^4.1.0 | 4.5.1 | 4.5.1 | |
| webview_flutter | ^4.4.1 | 4.9.0 | 4.13.0 | |
| webview_flutter_android | ^3.12.0 | 3.16.9 | 4.10.5 | |
| webview_flutter_platform_interface | ^2.5.0 | 2.14.0 | 2.14.0 | |
| webview_flutter_wkwebview | ^3.9.1 | 3.23.1 | 3.23.1 | 
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
| async | - | 2.13.0 | 2.13.0 | |
| characters | - | 1.4.0 | 1.4.1 | |
| collection | - | 1.19.1 | 1.19.1 | |
| crypto | - | 3.0.6 | 3.0.6 | |
| ffi | - | 2.1.4 | 2.1.4 | |
| fixnum | - | 1.1.1 | 1.1.1 | |
| flutter_plugin_android_lifecycle | - | 2.0.32 | 2.0.32 | |
| http_parser | - | 4.1.2 | 4.1.2 | |
| material_color_utilities | - | 0.11.1 | 0.13.0 | |
| meta | - | 1.16.0 | 1.17.0 | |
| plugin_platform_interface | - | 2.1.8 | 2.1.8 | |
| source_span | - | 1.10.1 | 1.10.1 | |
| sprintf | - | 7.0.0 | 7.0.0 | |
| string_scanner | - | 1.4.1 | 1.4.1 | |
| term_glyph | - | 1.2.2 | 1.2.2 | |
| typed_data | - | 1.4.0 | 1.4.0 | |
| vector_math | - | 2.2.0 | 2.2.0 | |
| web | - | 1.1.1 | 1.1.1 | |
| win32 | - | 5.15.0 | 5.15.0 | 
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^6.0.0` on file_picker does not support the stable version `7.0.2`.
Try running dart pub upgrade --major-versions file_picker to update the constraint.
The constraint `^0.9.3+6` on pointer_interceptor does not support the stable version `0.10.0`.
Try running dart pub upgrade --major-versions pointer_interceptor to update the constraint.
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 20/20 points: Compatible with dependency constraint lower bounds
 20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.