umd_documenter 0.1.5 copy "umd_documenter: ^0.1.5" to clipboard
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.

0
likes
50/ 140
pub points
0%
popularity

We analyzed this package 20 hours ago, and awarded it 50 pub points (of a possible 140):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: umd_documenter,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Could not accept branch name: oDoc.

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.

failed
Provide documentation
0 / 20trigger folding of the section

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 139067 elements... Initialized dartdoc with 61 libraries Generating docs for library bases.dart from package:umd_documenter/bases.dart... Generating docs for library commonLib.dart from package:umd_documenter/commonLib.dart... Generating docs for library styles.dart from package:umd_documenter/styles.dart... Generating docs for library convert.dart from package:umd_documenter/convert.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_UTRWJD/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.

[5 more lines]

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 258 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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Package Constraint Compatible Latest
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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

0
likes
50
pub points
0%
popularity

Publisher

verified publisherdev-pack.org

Object Element Manager Library of Universal MarkDown Format. This package allows to handle Universal MarkDown Format in Dart app, like Flutter, AngularDart, Aqueduct, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

matrix2d

More

Packages that depend on umd_documenter