dartdoc_modern 1.1.5 copy "dartdoc_modern: ^1.1.5" to clipboard
dartdoc_modern: ^1.1.5 copied to clipboard

Fork of dartdoc with VitePress and Jaspr backends for generating modern API and guide documentation sites.

60/ 160
pub points
277
downloads

We analyzed this package 18 hours ago, and awarded it 60 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

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

OUT: Documenting dartdoc_modern... Discovering libraries... ERR: dartdoc 9.0.4 (/home/worker/dartdoc/build/dartdoc) failed: Error on line 1, column 26: Expected a key while parsing a block mapping. ╷ 1 │ name: {{safePackageName}}_docs │ ^ ╵ #0 Parser._parseBlockMappingKey (package:yaml/src/parser.dart:454) #1 Parser._stateMachine (package:yaml/src/parser.dart:100) #2 Parser.parse (package:yaml/src/parser.dart:61) #3 Loader._loadMapping (package:yaml/src/loader.dart:169) #4 Loader._loadNode (package:yaml/src/loader.dart:88) [24 more lines]

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 4 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'generated/api_sidebar.dart'.

lib/resources/jaspr/lib/app.dart:26:8

   ╷
26 │ import 'generated/api_sidebar.dart' as api;
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/resources/jaspr/lib/app.dart

ERROR: Target of URI doesn't exist: 'generated/guide_sidebar.dart'.

lib/resources/jaspr/lib/app.dart:27:8

   ╷
27 │ import 'generated/guide_sidebar.dart' as guide;
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/resources/jaspr/lib/app.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
analyzer ^12.0.0 12.1.0 12.1.0
args ^2.4.1 2.7.0 2.7.0
collection ^1.17.0 1.19.1 1.19.1
crypto ^3.0.3 3.0.7 3.0.7
dart_style ^3.1.8 3.1.8 3.1.8
glob ^2.1.1 2.1.3 2.1.3
html ^0.15.3 0.15.6 0.15.6
http ^1.6.0 1.6.0 1.6.0
jaspr ^0.22.4 0.22.4 0.22.4
jaspr_content ^0.5.1 0.5.1 0.5.1
jaspr_router ^0.8.1 0.8.1 0.8.1
logging ^1.1.1 1.3.0 1.3.0
markdown ^7.2.1 7.3.1 7.3.1
meta ^1.9.1 1.18.2 1.18.2
package_config ^2.1.0 2.2.0 2.2.0
path ^1.8.3 1.9.1 1.9.1
pub_semver ^2.1.4 2.2.0 2.2.0
source_span ^1.10.0 1.10.2 1.10.2
syntax_highlight_lite ^0.0.1 0.0.1 0.0.1
universal_web ^1.1.1+1 1.1.1+1 1.1.1+1
web ^1.1.1 1.1.1 1.1.1
yaml ^3.1.2 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 99.0.0 99.0.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
csslib - 1.0.2 1.0.2
fbh_front_matter - 0.0.1 0.0.1
file - 7.0.1 7.0.1
gato - 0.0.5+1 0.0.5+1
hotreloader - 4.4.0 4.4.0
html_unescape - 2.0.0 2.0.0
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
liquify - 1.5.1 1.5.1
mime - 2.0.0 2.0.0
mustache_template - 2.0.4 2.0.4
petitparser - 7.0.2 7.0.2
pool - 1.5.2 1.5.2
shelf - 1.4.2 1.4.2
shelf_gzip - 4.1.0 4.1.0
shelf_proxy - 1.0.4 1.0.4
shelf_static - 1.1.3 1.1.3
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
timezone - 0.11.0 0.11.0
typed_data - 1.4.0 1.4.0
vm_service - 15.0.2 15.0.2
watcher - 1.2.1 1.2.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/resources/jaspr/lib/app.dart:26:8 - Target of URI doesn't exist: 'generated/api_sidebar.dart'.
  • URI_DOES_NOT_EXIST - lib/resources/jaspr/lib/app.dart:27:8 - Target of URI doesn't exist: 'generated/guide_sidebar.dart'.
  • URI_DOES_NOT_EXIST - lib/resources/jaspr/lib/extensions/api_linker_extension.dart:6:8 - Target of URI doesn't exist: '../generated/api_symbols.dart'.

Run dart pub downgrade and then dart 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, Dart 3.11.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
60
points
277
downloads

Publisher

unverified uploader

Weekly Downloads

Fork of dartdoc with VitePress and Jaspr backends for generating modern API and guide documentation sites.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

analyzer, args, collection, crypto, dart_style, glob, html, http, jaspr, jaspr_content, jaspr_router, logging, markdown, meta, package_config, path, pub_semver, source_span, syntax_highlight_lite, universal_web, web, yaml

More

Packages that depend on dartdoc_modern