html_editor_enhanced_flutterflow 2.7.1
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 2 hours ago, and awarded it 100 pub points (of a possible 160):
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 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
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
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/platform/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/platform/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/platform/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 not compatible with 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/platform/web/file_picker_web.dartthat imports:package:file_picker/src/platform/file_picker_platform_interface.dartthat imports:package:file_picker/src/platform/file_picker_method_channel.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
ERROR: The getter 'platform' isn't defined for the type 'FilePicker'.
lib/src/widgets/toolbar_widget.dart:1972:73
╷
1972 │ result = await FilePicker.platform
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/toolbar_widget.dart
ERROR: The getter 'platform' isn't defined for the type 'FilePicker'.
lib/src/widgets/toolbar_widget.dart:2134:71
╷
2134 │ result = await FilePicker.platform
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/toolbar_widget.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.9 | 10.3.9 | |
flex_color_picker |
^3.7.0 |
3.8.0 | 3.8.0 | |
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.17.0 | 1.18.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.