delta_markdown_converter 0.0.3-dev copy "delta_markdown_converter: ^0.0.3-dev" to clipboard
delta_markdown_converter: ^0.0.3-dev copied to clipboard

outdated

A library for converting between Markdown and Delta of the package flutter_quill.

50/ 160
pub points
50
downloads

We analyzed this package 19 hours ago, and awarded it 50 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

2 out of 8 API elements (25.0 %) have documentation comments.

Some symbols that are missing documentation: delta_markdown_converter, delta_markdown_converter.DeltaMarkdownCodec, delta_markdown_converter.DeltaMarkdownCodec.DeltaMarkdownCodec.new, delta_markdown_converter.deltaToMarkdown, delta_markdown_converter.markdownToDelta.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

ERROR: Undefined class 'Delta'.

lib/src/delta_markdown_decoder.dart:27:8

   ╷
27 │   late Delta delta;
   │        ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/delta_markdown_decoder.dart

ERROR: Undefined class 'Delta'.

lib/src/delta_markdown_decoder.dart:36:3

   ╷
36 │   Delta convert(List<ast.Node> nodes) {
   │   ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/delta_markdown_decoder.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
args ^2.4.2 2.7.0 2.7.0
charcode ^1.3.1 1.4.0 1.4.0
collection ^1.15.0 1.19.1 1.19.1
flutter_quill ^9.0.0-dev-7 9.2.3 11.5.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
dart_quill_delta - 0.0.1 10.8.3
device_info_plus - 9.1.2 12.3.0
device_info_plus_platform_interface - 7.0.3 7.0.3
diff_match_patch - 0.4.1 0.4.1
equatable - 2.0.8 2.0.8
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_colorpicker - 1.1.0 1.1.0
flutter_keyboard_visibility - 6.0.0 6.0.0
flutter_keyboard_visibility_linux - 1.0.0 1.0.0
flutter_keyboard_visibility_macos - 1.0.0 1.0.0
flutter_keyboard_visibility_platform_interface - 2.0.0 2.0.0
flutter_keyboard_visibility_web - 2.0.0 2.0.0
flutter_keyboard_visibility_windows - 1.0.0 1.0.0
html - 0.15.6 0.15.6
html2md - 1.3.2 1.3.2
intl - 0.20.2 0.20.2
irondash_engine_context - 0.5.5 0.5.5
irondash_message_channel - 0.6.0 0.7.0
js - 0.6.7 0.7.2 Discontinued
markdown - 7.3.0 7.3.0
matcher - 0.12.19 0.12.19
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
path - 1.9.1 1.9.1
pixel_snap - 0.1.5 0.1.5
plugin_platform_interface - 2.1.8 2.1.8
quiver - 3.2.2 3.2.2
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
super_clipboard - 0.8.5 0.9.1
super_native_extensions - 0.8.5 0.9.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.10 0.7.10
typed_data - 1.4.0 1.4.0
url_launcher - 6.3.2 6.3.2
url_launcher_android - 6.3.28 6.3.28
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.2 2.4.2
url_launcher_windows - 3.1.5 3.1.5
uuid - 4.5.3 4.5.3
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 5.15.0 6.0.0
win32_registry - 1.1.5 3.0.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^9.0.0-dev-7` on flutter_quill does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions flutter_quill to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 5 errors:

  • UNDEFINED_CLASS - lib/src/delta_markdown_decoder.dart:27:8 - Undefined class 'Delta'.
  • UNDEFINED_CLASS - lib/src/delta_markdown_decoder.dart:36:3 - Undefined class 'Delta'.
  • UNDEFINED_METHOD - lib/src/delta_markdown_decoder.dart:37:13 - The method 'Delta' isn't defined for the type '_DeltaVisitor'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.11, Dart 3.11.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
50
points
50
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A library for converting between Markdown and Delta of the package flutter_quill.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

args, charcode, collection, flutter_quill

More

Packages that depend on delta_markdown_converter