quill_html_editor_v3 2.2.13
quill_html_editor_v3: ^2.2.13 copied to clipboard
Yet, another fork of the quill_html_editor package fixing some issues that no one else wants to fix.
We analyzed this package 6 days ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("2.2.13").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
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: quill_html_editor_v3.QuillHtmlEditorState.QuillHtmlEditorState.new
, quill_html_editor_v3.ToolBarState.ToolBarState.new
.
10/10 points: Package has an example
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_v3/quill_html_editor_v3.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:quill_html_editor_v3/quill_html_editor_v3.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:quill_html_editor_v3/quill_html_editor_v3.dart
that 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_v3/quill_html_editor_v3.dart
that imports:package:quill_html_editor_v3/src/tool_bar.dart
that imports:package:quill_html_editor_v3/src/widgets/input_url_widget.dart
that imports:package:quill_html_editor_v3/src/widgets/el_tooltip/el_tooltip.dart
that imports:package:quill_html_editor_v3/src/widgets/webviewx/src/webviewx_plus.dart
that imports:package:quill_html_editor_v3/src/widgets/webviewx/src/view/view.dart
that imports:package:quill_html_editor_v3/src/widgets/webviewx/src/view/impl/io.dart
that imports:package:quill_html_editor_v3/src/widgets/webviewx/src/view/interface.dart
that imports:package:quill_html_editor_v3/src/widgets/webviewx/src/utils/utils.dart
that imports:package:quill_html_editor_v3/src/widgets/webviewx/src/utils/webview_aware.dart
that imports:package:pointer_interceptor/pointer_interceptor.dart
that declares support for platforms:iOS
,Web
.
Package does not support platform `iOS`.
Because:
package:quill_html_editor_v3/quill_html_editor_v3.dart
that imports:package:quill_html_editor_v3/src/tool_bar.dart
that imports:package:quill_html_editor_v3/src/widgets/input_url_widget.dart
that imports:package:quill_html_editor_v3/src/widgets/el_tooltip/el_tooltip.dart
that imports:package:quill_html_editor_v3/src/widgets/webviewx/src/webviewx_plus.dart
that imports:package:quill_html_editor_v3/src/widgets/webviewx/src/view/view.dart
that imports:package:quill_html_editor_v3/src/widgets/webviewx/src/view/impl/io.dart
that imports:package:quill_html_editor_v3/src/widgets/webviewx/src/view/impl/mobile.dart
that imports:package:webview_flutter_android/webview_flutter_android.dart
that declares support for platforms:Android
.
Package does not support platform `Web`.
Because:
package:quill_html_editor_v3/quill_html_editor_v3.dart
that imports:package:quill_html_editor_v3/src/tool_bar.dart
that imports:package:quill_html_editor_v3/src/widgets/image_picker.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/linux/file_picker_linux.dart
that imports:package:dbus/dbus.dart
that declares support for platforms:Windows
,Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:quill_html_editor_v3/quill_html_editor_v3.dart
that imports:package:quill_html_editor_v3/src/tool_bar.dart
that imports:package:quill_html_editor_v3/src/widgets/image_picker.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker_io.dart
that 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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 54 issues. Showing the first 2:
WARNING: A value for optional parameter 'key' isn't ever given.
lib/src/widgets/table_picker.dart:131:64
╷
131 │ {required Widget super.child, required this.index, super.key});
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/table_picker.dart
INFO: 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g, or toARGB32 for an explicit conversion.
lib/src/utils/hex_color.dart:7:33
╷
7 │ return Colors.transparent.value;
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/hex_color.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
file_picker |
^10.1.9 |
10.3.2 | 10.3.2 | |
http |
^1.2.1 |
1.5.0 | 1.5.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
pointer_interceptor |
^0.10.1 |
0.10.1+2 | 0.10.1+2 | |
uuid |
^4.3.3 |
4.5.1 | 4.5.1 | |
webview_flutter |
^4.4.4 |
4.13.0 | 4.13.0 | |
webview_flutter_android |
^4.7.0 |
4.10.1 | 4.10.1 | |
webview_flutter_platform_interface |
^2.9.0 |
2.14.0 | 2.14.0 | |
webview_flutter_wkwebview |
^3.10.2 |
3.23.0 | 3.23.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dbus |
- | 0.7.11 | 0.7.11 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.30 | 2.0.30 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointer_interceptor_ios |
- | 0.10.1 | 0.10.1 | |
pointer_interceptor_platform_interface |
- | 0.10.0+1 | 0.10.0+1 | |
pointer_interceptor_web |
- | 0.10.3 | 0.10.3 | |
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.14.0 | 5.14.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.22
, Flutter 3.35.1
, Dart 3.9.0
.
Check the analysis log for details.