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

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

70/ 160
pub points
189
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: BSD-3-Clause.

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

158 out of 342 API elements (46.2 %) have documentation comments.

Some symbols that are missing documentation: dartdoc.CategoryConfiguration.empty, dartdoc.CategoryConfiguration.fromYamlMap, dartdoc.CategoryDefinition.CategoryDefinition.new, dartdoc.ConstructedModelElementsKey, dartdoc.ConstructedModelElementsKey.ConstructedModelElementsKey.new.

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

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

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

Package Constraint Compatible Latest Notes
analyzer ^12.1.0 12.1.0 13.0.0
args ^2.7.0 2.7.0 2.7.0
collection ^1.19.1 1.19.1 1.19.1
crypto ^3.0.7 3.0.7 3.0.7
dart_style ^3.1.8 3.1.8 3.1.9
glob ^2.1.3 2.1.3 2.1.3
html ^0.15.6 0.15.6 0.15.6
http ^1.6.0 1.6.0 1.6.0
jaspr ^0.22.4 0.22.4 0.23.1
jaspr_content ^0.5.1 0.5.1 0.5.2
jaspr_router ^0.8.1 0.8.1 0.8.2
logging ^1.3.0 1.3.0 1.3.0
markdown ^7.3.1 7.3.1 7.3.1
meta ^1.18.2 1.18.2 1.18.2
package_config ^2.2.0 2.2.0 2.2.0
path ^1.9.1 1.9.1 1.9.1
pub_semver ^2.2.0 2.2.0 2.2.0
source_span ^1.10.2 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.3 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 99.0.0 100.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.5 1.0.5
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.2.0 15.2.0
watcher - 1.2.1 1.2.1

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

The constraint `^12.1.0` on analyzer does not support the stable version `13.0.0`, that was published 14 days ago.

When analyzer is 30 days old, this package will no longer be awarded points in this category.

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

The constraint `^0.22.4` on jaspr does not support the stable version `0.23.0`, that was published 20 days ago.

When jaspr is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions jaspr 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 2 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'.

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.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
70
points
189
downloads

Documentation

API reference

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