umd_documenter 0.1.5
umd_documenter: ^0.1.5 copied to clipboard
Object Element Manager Library of Universal MarkDown Format. This package allows to handle Universal MarkDown Format in Dart app, like Flutter, AngularDart, Aqueduct, etc.
We analyzed this package 5 days ago, and awarded it 60 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
`README.md` is empty.
The README.md file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.
0/5 points: Provide a valid CHANGELOG.md
Links in `CHANGELOG.md` should be secure. 2 links are insecure.
CHANGELOG.md:3:27
╷
3 │ <p>The format is based on <a href="http://keepachangelog.com/">Keep a Changelog</a>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting umd_documenter...
Discovering libraries...
Linking elements...
Precaching local docs for 139141 elements...
Initialized dartdoc with 66 libraries
Generating docs for library elements/elements.dart from package:umd_documenter/elements/elements.dart...
Generating docs for library elements/holderElm.dart from package:umd_documenter/elements/holderElm.dart...
Generating docs for library elements/migdalElm.dart from package:umd_documenter/elements/migdalElm.dart...
Generating docs for library elements/linkerElm.dart from package:umd_documenter/elements/linkerElm.dart...
Generating docs for library elements/others.dart from package:umd_documenter/elements/others.dart...
[9 more lines]
ERR:
error: file already written at "elements_holderElm/MDElmHolder/getNthElmKind.html"
for symbol holderElm.MDElmHolder.getNthElmKind: (file:///tmp/pana_HZRWYG/lib/elements/holderElm.dart:40:13)
conflicting with file already generated by holderElm.MDElmHolder.getNthElmKind: (file:///tmp/pana_HZRWYG/lib/elements/holderElm.dart:10:9)
Dartdoc generates a path and filename to write to for each symbol.
'holderElm.MDElmHolder.getNthElmKind' conflicts with another symbol in
the generated path, and therefore can not be written out. Changing the
name, library name, or class name (if appropriate) of one of the
conflicting items can resolve the conflict. Alternatively, use the
@nodoc directive in one symbol's documentation comment to hide it.
Found 0 warnings and 1 error.
[6 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 223 issues. Showing the first 2:
ERROR: There's no constant named 'Root' in 'MDElmKind'.
lib/bases.dart:8:15
╷
8 │ MDElmKind.Root: [
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/bases.dart
ERROR: Expected to find ','.
lib/bases.dart:18:5
╷
18 │ MDElmKind.List: [MDElmKind.OrdList,MDElmKind.UnOrdList]
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/bases.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
matrix2d |
^1.0.0 |
1.0.4 | 1.0.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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 167 errors:
UNDEFINED_ENUM_CONSTANT-lib/bases.dart:8:15- There's no constant named 'Root' in 'MDElmKind'.EXPECTED_TOKEN-lib/bases.dart:18:5- Expected to find ','.EXTRANEOUS_MODIFIER-lib/bases.dart:20:10- Can't have modifier 'final' here.
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.9, Dart 3.11.0.
Check the analysis log for details.