markdown_docs_flutter 1.0.0-dev.2
markdown_docs_flutter: ^1.0.0-dev.2 copied to clipboard
Creates flutter widgets from markdown text.
We analyzed this package 47 hours ago, and awarded it 120 pub points (of a possible 140):
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 60 to 180 characters to describe the package, what it does, and its target use case.
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: MIT
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 5 out of 12 API elements (41.7 %) have documentation comments.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:markdown_docs_flutter/markdown_docs_flutter.dart
that imports:package:markdown_docs_flutter/src/markdown.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: The declaration '_resolveNetworkImage' isn't referenced.
lib/src/markdown.dart:110:40
╷
110 │ static Future<_ResolveImageTypeHttp> _resolveNetworkImage(Uri uri) async {
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/markdown.dart
INFO: The declaration '_markdownSyntaxes' isn't referenced.
lib/src/render.dart:14:29
╷
14 │ final List<md.InlineSyntax> _markdownSyntaxes = [
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/render.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
desktop | ^4.0.0-dev.6 | 4.0.0-dev.6 | 4.0.0-dev.6 |
flutter | flutter | 0.0.0 | 0.0.0 |
markdown_docs | ^1.0.0-dev.3 | 1.0.0-dev.3 | 1.0.0-dev.3 |
path | ^1.8.2 | 1.8.3 | 1.8.3 |
url_launcher | ^6.0.3 | 6.1.8 | 6.1.8 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.1 | 1.2.1 |
collection | - | 1.17.0 | 1.17.1 |
flutter_web_plugins | - | 0.0.0 | 0.0.0 |
js | - | 0.6.5 | 0.6.7 |
material_color_utilities | - | 0.2.0 | 0.2.0 |
meta | - | 1.8.0 | 1.8.0 |
plugin_platform_interface | - | 2.1.3 | 2.1.3 |
sky_engine | - | 0.0.99 | 0.0.99 |
url_launcher_android | - | 6.0.23 | 6.0.23 |
url_launcher_ios | - | 6.0.18 | 6.0.18 |
url_launcher_linux | - | 3.0.2 | 3.0.2 |
url_launcher_macos | - | 3.0.2 | 3.0.2 |
url_launcher_platform_interface | - | 2.1.1 | 2.1.1 |
url_launcher_web | - | 2.0.14 | 2.0.14 |
url_launcher_windows | - | 3.0.3 | 3.0.3 |
vector_math | - | 2.1.4 | 2.1.4 |
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: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.25
, Flutter 3.7.0
, Dart 2.19.0
.