flutter_myst_markdown 0.1.0
flutter_myst_markdown: ^0.1.0 copied to clipboard
MyST Markdown for Flutter
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/quanttide/flutter-myst-markdwon was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/quanttide/flutter-myst-markdwon was unreachable. Make sure that the website is reachable via HEAD requests.
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
29 out of 54 API elements (53.7 %) have documentation comments.
Some symbols that are missing documentation: flutter_myst_markdown, flutter_myst_markdown.CodeExecutingController.CodeExecutingController.new, flutter_myst_markdown.CodeExecutingController.codeExecutingHandler, flutter_myst_markdown.CodeExecutingController.defaultInput, flutter_myst_markdown.CodeExecutingController.defaultOutput.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_myst_markdown/flutter_myst_markdown.dartthat imports:package:flutter_myst_markdown/src/builders/executive_code_builder.dartthat imports:package:flutter_markdown/flutter_markdown.dartthat imports:package:flutter_markdown/src/widget.dartthat imports:package:flutter_markdown/src/_functions_io.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
INFO: Dangling library doc comment.
lib/src/block_syntaxes/directive_syntax.dart:1:1
╷
1 │ /// Directive Syntax for MyST Markdown
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/block_syntaxes/directive_syntax.dart
INFO: Import of a library in the 'lib/src' directory of another package.
lib/src/block_syntaxes/directive_syntax.dart:9:8
╷
9 │ import 'package:markdown/src/util.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/block_syntaxes/directive_syntax.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_highlight |
^0.7.0 |
0.7.0 | 0.7.0 | |
flutter_markdown |
^0.6.10+5 |
0.6.10+6 | 0.7.7+1 | Discontinued |
markdown |
^5.0.0 |
5.0.0 | 7.3.0 | |
provider |
^6.0.3 |
6.1.5+1 | 6.1.5+1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
highlight |
- | 0.7.0 | 0.7.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.6.10+5` on flutter_markdown does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions flutter_markdown to update the constraint.
The constraint `^5.0.0` on markdown does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions markdown 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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.