html_editor_enhanced_flutterflow 2.7.1  html_editor_enhanced_flutterflow: ^2.7.1 copied to clipboard
html_editor_enhanced_flutterflow: ^2.7.1 copied to clipboard
HTML rich text editor for Android, iOS, and Web, using the Summernote library. Enhanced with highly customizable widget-based controls, bug fixes, callbacks, dark mode, and more. FlutterFlow compatibl [...]
We analyzed this package 33 hours ago, and awarded it 140 pub points (of a possible 160):
 0/10 points: Provide a valid
 0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
 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
223 out of 403 API elements (55.3 %) have documentation comments.
Some symbols that are missing documentation: callbacks, callbacks.Callbacks.Callbacks.new, dart_ui.window, dart_ui_fake, dart_ui_fake.platformViewRegistry.platformViewRegistry.new.
 10/10 points: Package has an example
 10/10 points: Package has an example
 20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
 20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
- package:html_editor_enhanced_flutterflow/html_editor.dartthat imports:
- package:html_editor_enhanced_flutterflow/utils/options.dartthat imports:
- package:file_picker/file_picker.dartthat imports:
- package:file_picker/src/windows/file_picker_windows.dartthat imports:
- package:win32/win32.dartthat declares support for platforms:- Windows.
Package does not support platform `iOS`.
Because:
- package:html_editor_enhanced_flutterflow/html_editor.dartthat imports:
- package:html_editor_enhanced_flutterflow/utils/options.dartthat imports:
- package:file_picker/file_picker.dartthat imports:
- package:file_picker/src/windows/file_picker_windows.dartthat imports:
- package:win32/win32.dartthat declares support for platforms:- Windows.
Package does not support platform `Windows`.
Because:
- package:html_editor_enhanced_flutterflow/html_editor.dartthat imports:
- package:html_editor_enhanced_flutterflow/src/widgets/toolbar_widget.dartthat imports:
- package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:- iOS,- Web.
Package does not support platform `Linux`.
Because:
- package:html_editor_enhanced_flutterflow/html_editor.dartthat imports:
- package:flutter_inappwebview/flutter_inappwebview.dartthat declares support for platforms:- Android,- iOS,- Windows,- macOS,- Web.
Package does not support platform `macOS`.
Because:
- package:html_editor_enhanced_flutterflow/html_editor.dartthat imports:
- package:html_editor_enhanced_flutterflow/utils/options.dartthat imports:
- package:file_picker/file_picker.dartthat imports:
- package:file_picker/src/windows/file_picker_windows.dartthat imports:
- package:win32/win32.dartthat declares support for platforms:- Windows.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Web`.
Because:
- package:html_editor_enhanced_flutterflow/html_editor.dartthat imports:
- package:html_editor_enhanced_flutterflow/utils/options.dartthat imports:
- package:file_picker/file_picker.dartthat imports:
- package:file_picker/src/linux/file_picker_linux.dartthat imports:
- package:dbus/dbus.dartthat declares support for platforms:- Windows,- Linux.
 0/0 points: WASM compatibility
 0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
- package:html_editor_enhanced_flutterflow/html_editor.dartthat imports:
- package:html_editor_enhanced_flutterflow/utils/options.dartthat imports:
- package:file_picker/file_picker.dartthat imports:
- package:file_picker/src/file_picker_io.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 13 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/html_editor_controller_mobile.dart:76:38
   ╷
76 │             text == '<p><br/></p>')) text = '';
   │                                      ^^^^^^^^^^
   ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/html_editor_controller_mobile.dart
INFO: Missing type annotation.
lib/src/html_editor_controller_mobile.dart:241:33
    ╷
241 │   String _processHtml({required html}) {
    │                                 ^^^^
    ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/html_editor_controller_mobile.dart
 10/10 points: All of the package dependencies are supported in the latest version
 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.3 | 10.3.3 | |
| flex_color_picker | ^3.7.0 | 3.7.1 | 3.7.1 | |
| flutter_inappwebview | ^6.1.5 | 6.1.5 | 6.1.5 | |
| flutter_keyboard_visibility | ^6.0.0 | 6.0.0 | 6.0.0 | |
| meta | >=1.0.0 <2.0.0 | 1.16.0 | 1.17.0 | |
| numberpicker | ^2.1.2 | 2.1.2 | 2.1.2 | |
| pointer_interceptor | ^0.10.1+1 | 0.10.1+2 | 0.10.1+2 | |
| visibility_detector | ^0.4.0+2 | 0.4.0+2 | 0.4.0+2 | 
Transitive dependencies
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
 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.