rimu 11.4.1 copy "rimu: ^11.4.1" to clipboard
rimu: ^11.4.1 copied to clipboard

Rimu is a readable-text to HTML markup language inspired by AsciiDoc and Markdown.

0
likes
115/ 140
pub points
0%
popularity

We analyzed this package 3 days ago, and awarded it 115 pub points (of a possible 140):

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

10/10 points: Provide a valid pubspec.yaml

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:42:18

   ╷
42 │ with Rimu in the <a href="http://srackham.github.io/rimu/rimuplayground.html">Rimu
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

partial
Provide documentation
10 / 20trigger folding of the section

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

1 out of 13 API elements (7.7 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

Some symbols that are missing documentation: rimu, rimu.CallbackFunction, rimu.CallbackMessage, rimu.CallbackMessage.CallbackMessage, rimu.CallbackMessage.text.

10/10 points: Package has 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
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 22 issues. Showing the first 2:

INFO: The variable name 'has_id' isn't a lowerCamelCase identifier.

lib/src/blockattributes.dart:82:9

   ╷
82 │     var has_id =
   │         ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/blockattributes.dart

INFO: The variable name 'MATCH_INLINE_TAG' isn't a lowerCamelCase identifier.

lib/src/delimitedblocks.dart:11:7

   ╷
11 │ final MATCH_INLINE_TAG = RegExp(
   │       ^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/delimitedblocks.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
collection ^1.15.0-nullsafety.4 1.18.0 1.18.0
path ^1.8.2 1.9.0 1.9.0

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

Check the analysis log for details.

0
likes
115
pub points
0%
popularity

Publisher

unverified uploader

Rimu is a readable-text to HTML markup language inspired by AsciiDoc and Markdown.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, path

More

Packages that depend on rimu