flutter_smart_editor 2.1.0
flutter_smart_editor: ^2.1.0 copied to clipboard
A pure Flutter rich text HTML editor with no WebView dependency. Fully customizable with granular settings for editor, toolbar, scroll, keyboard, selection, and styling.
We analyzed this package 2 days ago, and awarded it 150 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
199 out of 324 API elements (61.4 %) have documentation comments.
Some symbols that are missing documentation: flutter_smart_editor.BlockNode.BlockNode.new, flutter_smart_editor.BlockNode.alignment, flutter_smart_editor.BlockNode.blockType, flutter_smart_editor.BlockNode.deepCopy, flutter_smart_editor.BlockNode.getSpanAt.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:flutter_smart_editor/flutter_smart_editor.dartthat imports:package:flutter_smart_editor/smart_editor_controller.dartthat imports:package:flutter_smart_editor/src/widgets/editor/smart_editor_widget.dartthat imports:package:super_clipboard/super_clipboard.dartthat imports:package:super_clipboard/src/system_clipboard.dartthat imports:package:super_native_extensions/raw_clipboard.dartthat imports:package:super_native_extensions/src/clipboard_events.dartthat imports:package:super_native_extensions/src/native/clipboard_events.dartthat imports:package:super_native_extensions/src/data_provider.dartthat imports:package:super_native_extensions/src/drag.dartthat imports:package:super_native_extensions/src/native/drag.dartthat imports:package:super_native_extensions/src/drop.dartthat imports:package:super_native_extensions/src/native/drop.dartthat imports:package:irondash_engine_context/irondash_engine_context.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'onReorder' is deprecated and shouldn't be used. Use the onReorderItem callback instead. The onReorderItem callback adjusts the newIndex parameter for a removed item at the oldIndex. This feature was deprecated after v3.41.0-0.0.pre.
lib/src/widgets/editor/smart_editor_widget.dart:937:9
╷
937 │ onReorder: _onReorder,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/editor/smart_editor_widget.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_colorpicker |
^1.1.0 |
1.1.0 | 1.1.0 | |
html |
^0.15.4 |
0.15.6 | 0.15.6 | |
meta |
>=1.0.0 <2.0.0 |
1.18.0 | 1.18.3 | |
super_clipboard |
^0.9.1 |
0.9.1 | 0.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
device_info_plus |
- | 11.5.0 | 13.2.0 | |
device_info_plus_platform_interface |
- | 7.0.3 | 8.1.0 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
irondash_engine_context |
- | 0.5.5 | 0.5.5 | |
irondash_message_channel |
- | 0.7.0 | 0.7.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pixel_snap |
- | 0.1.5 | 0.1.5 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.2 | 1.10.2 | |
super_native_extensions |
- | 0.9.1 | 0.9.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.3 | 4.5.3 | |
vector_math |
- | 2.2.0 | 2.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 6.3.0 | |
win32_registry |
- | 2.1.0 | 3.0.3 |
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.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.