quill_html_converter 9.5.15
quill_html_converter: ^9.5.15 copied to clipboard
A extension for flutter_quill package to add support for dealing with conversion to/from html
We analyzed this package 5 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: quill_html_converter
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: quill_html_converter
.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/
was unreachable. Make sure that the website is reachable via HEAD
requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/
was unreachable. Make sure that the website is reachable via HEAD
requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/singerdmx/flutter-quill/issues/
was unreachable. Make sure that the website is reachable via HEAD
requests.
Documentation URL doesn't exist.
At the time of the analysis https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/
was unreachable. Make sure that the website is reachable via HEAD
requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
2 out of 4 API elements (50.0 %) have documentation comments.
Some symbols that are missing documentation: quill_html_converter
, quill_html_converter.ConverterOptions
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
charcode |
^1.3.1 |
1.4.0 | 1.4.0 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
dart_quill_delta |
^9.3.5 |
9.6.0 | 10.8.3 | |
markdown |
^7.2.2 |
7.3.0 | 7.3.0 | |
vsc_quill_delta_to_html |
^1.0.5 |
1.0.5 | 1.0.5 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.0 | |
diff_match_patch |
- | 0.4.1 | 0.4.1 | |
html_unescape |
- | 2.0.0 | 2.0.0 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
path |
- | 1.9.1 | 1.9.1 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.4 | 0.7.4 | |
vector_math |
- | 2.1.4 | 2.1.5 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^9.3.5` on dart_quill_delta does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions dart_quill_delta
to update the constraint.
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.