standard_markdown 0.0.4 copy "standard_markdown: ^0.0.4" to clipboard
standard_markdown: ^0.0.4 copied to clipboard

outdated

A flutter markdown package which support GFM/CommonMark standard

70/ 160
pub points
254
downloads

We analyzed this package 6 days ago, and awarded it 70 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: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

64 out of 205 API elements (31.2 %) have documentation comments.

Some symbols that are missing documentation: global_coltroller, global_coltroller.MarkDownController, global_coltroller.MarkDownController.$configureLifeCycle, global_coltroller.MarkDownController.MarkDownController.new, global_coltroller.MarkDownController.addListenerId.

Passed check 10/10 points: Package has 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: Target of URI doesn't exist: 'syntax/latex_Syntax.dart'.

lib/src/core.dart:9:8

  ╷
9 │ import 'syntax/latex_Syntax.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: The method 'LatexBlockSyntax' isn't defined for the type '_MarkdownViewerState'.

lib/src/core.dart:100:9

    ╷
100 │         LatexBlockSyntax(),
    │         ^^^^^^^^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest Notes
dart_markdown ^3.1.7 3.1.7 3.1.7
flutter_math_fork ^0.7.2 0.7.4 0.7.4
flutter_prism ^0.2.2 0.2.2 0.2.2
get ^4.6.6 4.7.3 4.7.3
markdown_prettier ^0.1.0-alpha 0.1.0-alpha 0.1.0-alpha
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
collection - 1.19.1 1.19.1
dart_prism - 0.2.1 0.2.1
flutter_svg - 2.2.4 2.2.4
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
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
provider - 6.1.5+1 6.1.5+1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
tuple - 2.0.2 2.0.2
typed_data - 1.4.0 1.4.0
vector_graphics - 1.1.21 1.1.21
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.2.0 1.2.0
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1

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

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 3 errors:

  • URI_DOES_NOT_EXIST - lib/src/core.dart:9:8 - Target of URI doesn't exist: 'syntax/latex_Syntax.dart'.
  • UNDEFINED_METHOD - lib/src/core.dart:100:9 - The method 'LatexBlockSyntax' isn't defined for the type '_MarkdownViewerState'.
  • UNDEFINED_METHOD - lib/src/core.dart:101:9 - The method 'LatexInlineSyntax' isn't defined for the type '_MarkdownViewerState'.

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.12, Flutter 3.41.6, Dart 3.11.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
70
points
254
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter markdown package which support GFM/CommonMark standard

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dart_markdown, flutter, flutter_math_fork, flutter_prism, get, markdown_prettier

More

Packages that depend on standard_markdown