enough_html_editor 0.0.5
enough_html_editor: ^0.0.5 copied to clipboard
Slim HTML editor for Flutter with full API control and optional Flutter-based widget controls.
We analyzed this package 3 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: MPL-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
2247 out of 5071 API elements (44.3 %) have documentation comments.
Some symbols that are missing documentation: enough_html_editor.ASN1DERDecoder, enough_html_editor.ASN1DERDecoder.ASN1DERDecoder.new, enough_html_editor.ASN1DERDecoder.decode, enough_html_editor.ASN1DERDecoder.getContentLength, enough_html_editor.ASN1DERDecoder.loadSubContent.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:enough_html_editor/enough_html_editor.dartthat imports:package:enough_html_editor/src/models.dartthat imports:package:enough_html_editor/src/editor_api.dartthat imports:package:enough_html_editor/src/editor.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:enough_html_editor/enough_html_editor.dartthat imports:package:enough_html_editor/src/models.dartthat imports:package:enough_html_editor/src/editor_api.dartthat imports:package:enough_html_editor/src/editor.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:enough_html_editor/enough_html_editor.dartthat imports:package:enough_html_editor/src/models.dartthat imports:package:enough_html_editor/src/editor_api.dartthat imports:package:enough_html_editor/src/editor.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:enough_html_editor/enough_html_editor.dartthat imports:package:enough_html_editor/src/models.dartthat imports:package:enough_html_editor/src/editor_api.dartthat imports:package:enough_html_editor/src/editor.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat declares support for platforms:Android,iOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 17 issues. Showing the first 2:
WARNING: A value for optional parameter 'height' isn't ever given.
lib/src/controls/sliver.dart:58:10
╷
58 │ this.height = 48,
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controls/sliver.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/controls/color.dart:148:51
╷
148 │ if (!themeColors.any((existing) => existing.value == col.value)) {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controls/color.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
enough_platform_widgets |
^0.3.0 |
0.3.0 | 1.1.2 | |
flutter_colorpicker |
^1.0.3 |
1.1.0 | 1.1.0 | |
flutter_inappwebview |
^5.4.3+7 |
5.8.0 | 6.1.5 | |
image |
^3.1.3 |
3.3.0 | 4.7.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
cupertino_icons |
- | 1.0.8 | 1.0.8 | |
cupertino_list_tile |
- | 0.2.1+1 | 0.2.1+1 | Discontinued |
cupertino_progress_bar |
- | 0.2.0 | 0.2.0 | |
cupertino_stepper |
- | 0.2.1 | 0.2.1 | |
flutter_platform_widgets |
- | 1.20.0 | 10.0.1 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.3.0` on enough_platform_widgets does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions enough_platform_widgets to update the constraint.
The constraint `^5.4.3+7` on flutter_inappwebview does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_inappwebview 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.23.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.