novident_editor_rich_text 1.0.2
novident_editor_rich_text: ^1.0.2 copied to clipboard
Rich text paragraph rendering for Novident Editor — widget, selection mixin, and abstract editor config. Usable without the full editor for lightweight node rendering.
We analyzed this package 8 hours ago, and awarded it 80 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
32 out of 78 API elements (41.0 %) have documentation comments.
Some symbols that are missing documentation: novident_editor_rich_text, novident_editor_rich_text.DefaultSelectableMixin, novident_editor_rich_text.DefaultSelectableMixin.baseOffset, novident_editor_rich_text.DefaultSelectableMixin.blockComponentKey, novident_editor_rich_text.DefaultSelectableMixin.containerKey.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: The argument type 'Node' can't be assigned to the parameter type 'NovidentStyleDefinition'.
lib/src/novident_rich_text_widget.dart:285:40
╷
285 │ final own = registry?.resolveStyle(widget.node);
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/novident_rich_text_widget.dart
ERROR: The argument type 'Node' can't be assigned to the parameter type 'NovidentStyleDefinition'.
lib/src/novident_rich_text_widget.dart:289:9
╷
289 │ tableNode,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/novident_rich_text_widget.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
novident_editor_core |
^1.0.2 |
1.0.3 | 1.0.3 | |
novident_editor_document |
^1.0.5 |
1.0.6 | 1.0.6 | |
novident_editor_selection |
^1.0.3 |
1.0.4 | 1.0.4 | |
novident_editor_styles |
^1.0.2 |
1.0.3 | 1.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
diff_match_patch |
- | 0.4.1 | 0.4.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.18.0 | 1.19.0 | |
nanoid |
- | 1.0.0 | 1.0.0 | |
universal_platform |
- | 1.1.0 | 1.1.0 | |
vector_math |
- | 2.2.0 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
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.18, Flutter 3.44.9, Dart 3.12.2.
Check the analysis log for details.