enough_html_editor 0.0.5 copy "enough_html_editor: ^0.0.5" to clipboard
enough_html_editor: ^0.0.5 copied to clipboard

Slim HTML editor for Flutter with full API control and optional Flutter-based widget controls.

13
likes
130/ 160
pub points
46
downloads

We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MPL-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:enough_html_editor/src/models.dart that imports:
  • package:enough_html_editor/src/editor_api.dart that imports:
  • package:enough_html_editor/src/editor.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:enough_html_editor/enough_html_editor.dart that imports:
  • package:enough_html_editor/src/models.dart that imports:
  • package:enough_html_editor/src/editor_api.dart that imports:
  • package:enough_html_editor/src/editor.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:enough_html_editor/enough_html_editor.dart that imports:
  • package:enough_html_editor/src/models.dart that imports:
  • package:enough_html_editor/src/editor_api.dart that imports:
  • package:enough_html_editor/src/editor.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:enough_html_editor/enough_html_editor.dart that imports:
  • package:enough_html_editor/src/models.dart that imports:
  • package:enough_html_editor/src/editor_api.dart that imports:
  • package:enough_html_editor/src/editor.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:enough_html_editor/enough_html_editor.dart that imports:
  • package:enough_html_editor/src/models.dart that imports:
  • package:enough_html_editor/src/editor_api.dart that imports:
  • package:enough_html_editor/src/editor.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that imports:
  • package:flutter_inappwebview/src/main.dart that imports:
  • package:flutter_inappwebview/src/web_message/main.dart that imports:
  • package:flutter_inappwebview/src/web_message/web_message_listener.dart that imports:
  • package:flutter_inappwebview/src/types.dart that imports:
  • package:flutter_inappwebview/src/web_message/web_message_channel.dart that imports:
  • package:flutter_inappwebview/src/in_app_webview/in_app_webview_controller.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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 19 issues. Showing the first 2:

WARNING: A value for optional parameter 'height' isn't ever given.

lib/src/controls/sliver.dart:58:10

58this.height = 48,
   │          ^^^^^^
   ╵
copied to clipboard

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

148if (!themeColors.any((existing) => existing.value == col.value)) {
    │                                                   ^^^^^
    ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controls/color.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.1
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.5.4
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.6
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
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 8.0.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
petitparser - 6.1.0 6.1.0
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.5
xml - 6.5.0 6.5.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 `^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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
Jul 20Aug 17Sep 14Oct 12Nov 9Dec 7Jan 4Feb 1Mar 1Mar 29051015202530>=0.0.0-0 <1.0.0
13
likes
130
points
46
downloads

Publisher

verified publisherenough.de

Weekly Downloads

2024.10.05 - 2025.04.19

Slim HTML editor for Flutter with full API control and optional Flutter-based widget controls.

Repository (GitHub)

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

enough_platform_widgets, flutter, flutter_colorpicker, flutter_inappwebview, image

More

Packages that depend on enough_html_editor