novident_editor 1.0.4
novident_editor: ^1.0.4 copied to clipboard
A highly customizable rich-text editor for Flutter, part of the Novident suite. Fork of AppFlowy Editor (AppFlowy-IO), used under the Mozilla Public License 2.0.
We analyzed this package 2 days ago, and awarded it 120 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
1510 out of 3405 API elements (44.3 %) have documentation comments.
Some symbols that are missing documentation: novident_editor, novident_editor.AlignmentExtension, novident_editor.AlignmentExtension.fromString, novident_editor.AnimatedSelectionAreaPaint.AnimatedSelectionAreaPaint.new, novident_editor.AnimatedSelectionAreaPainter.
10/10 points: Package has an example
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:novident_editor/novident_editor.dartthat imports:package:novident_editor/src/editor/editor.dartthat imports:package:novident_editor/src/editor/block_component/block_component.dartthat imports:package:novident_editor/src/editor/block_component/image_block_component/image_upload_widget.dartthat imports:package:novident_editor/src/editor/util/file_picker/file_picker_impl.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:novident_editor/novident_editor.dartthat imports:package:novident_editor/src/editor/editor.dartthat imports:package:novident_editor/src/editor/block_component/block_component.dartthat imports:package:novident_editor/src/editor/block_component/image_block_component/image_upload_widget.dartthat imports:package:novident_editor/src/editor/util/file_picker/file_picker_impl.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 `Linux`.
Because:
package:novident_editor/novident_editor.dartthat imports:package:novident_editor/src/editor/editor.dartthat imports:package:novident_editor/src/editor/block_component/block_component.dartthat imports:package:novident_editor/src/editor/block_component/image_block_component/image_upload_widget.dartthat imports:package:novident_editor/src/editor/util/file_picker/file_picker_impl.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 `macOS`.
Because:
package:novident_editor/novident_editor.dartthat imports:package:novident_editor/src/editor/editor.dartthat imports:package:novident_editor/src/editor/block_component/block_component.dartthat imports:package:novident_editor/src/editor/block_component/image_block_component/image_upload_widget.dartthat imports:package:novident_editor/src/editor/util/file_picker/file_picker_impl.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 `Web`.
Because:
package:novident_editor/novident_editor.dartthat imports:package:novident_editor/src/editor/editor.dartthat imports:package:novident_editor/src/editor/block_component/block_component.dartthat imports:package:novident_editor/src/editor/block_component/image_block_component/image_upload_widget.dartthat imports:package:novident_editor/src/editor/util/file_picker/file_picker_impl.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.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:novident_editor/novident_editor.dartthat imports:package:novident_editor_selection/novident_editor_selection.dartthat imports:package:novident_editor_selection/src/move_types.dartthat imports:package:novident_editor_core/novident_editor_core.dartthat imports:package:novident_editor_core/src/extensions/platform_extension.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: The value of the local variable 'editorState' isn't used.
lib/src/editor/zen_mode/zen_mode_text_span_decorator.dart:69:11
╷
69 │ final editorState = context.read<EditorState>();
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/editor/zen_mode/zen_mode_text_span_decorator.dart
INFO: 'borderWidth' is deprecated and shouldn't be used. Use border instead.
lib/src/editor/block_component/table_block_component/table_config.dart:16:50
╷
16 │ static double borderWidth = kDefaultTableStyle.borderWidth;
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/editor/block_component/table_block_component/table_config.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
diff_match_patch |
^0.4.1 |
0.4.1 | 0.4.1 | |
file_picker |
^10.1.0 |
10.3.10 | 12.0.0 | |
flutter_svg |
^2.0.6 |
2.3.0 | 2.3.0 | |
html |
^0.15.5 |
0.15.6 | 0.15.6 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
keyboard_height |
^1.1.0 |
1.1.0 | 1.1.0 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
markdown |
^7.2.1 |
7.3.1 | 7.3.1 | |
nanoid |
^1.0.0 |
1.0.0 | 1.0.0 | |
novident_editor_core |
^1.0.0 |
1.0.2 | 1.0.2 | |
novident_editor_document |
^1.0.2 |
1.0.5 | 1.0.5 | |
novident_editor_rich_text |
^1.0.0 |
1.0.2 | 1.0.2 | |
novident_editor_selection |
^1.0.0 |
1.0.3 | 1.0.3 | |
novident_editor_styles |
^1.0.0 |
1.0.2 | 1.0.2 | |
numerus |
^2.1.2 |
2.3.2 | 2.3.2 | |
provider |
^6.0.5 |
6.1.5+1 | 6.1.5+1 | |
scroll_to_index |
^3.0.1 |
3.0.1 | 3.0.1 | |
string_validator |
^1.0.0 |
1.2.0 | 1.2.0 | |
url_launcher |
^6.1.11 |
6.3.2 | 6.3.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
cross_file |
- | 0.3.5+4 | 0.3.5+4 | |
csslib |
- | 1.0.2 | 1.0.2 | |
dbus |
- | 0.7.13 | 0.7.14 | |
ffi |
- | 2.2.0 | 2.2.0 | |
flutter_plugin_android_lifecycle |
- | 2.0.35 | 2.0.35 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.18.0 | 1.19.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_platform |
- | 1.1.0 | 1.1.0 | |
url_launcher_android |
- | 6.3.32 | 6.3.32 | |
url_launcher_ios |
- | 6.4.1 | 6.4.1 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.3 | 2.4.3 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
vector_graphics |
- | 1.2.3 | 1.2.3 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.3.0 | 1.3.0 | |
vector_math |
- | 2.2.0 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 6.4.0 | |
xml |
- | 7.0.1 | 7.0.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^10.1.0` on file_picker does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions file_picker 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.18, Flutter 3.44.9, Dart 3.12.2.
Check the analysis log for details.