rikulo_security 2.5.0 copy "rikulo_security: ^2.5.0" to clipboard
rikulo_security: ^2.5.0 copied to clipboard

A lightweight and highly customizable authentication and access-control framework for Rikulo Stream.

0
likes
115/ 140
pub points
56%
popularity

We analyzed this package 45 hours 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:6:5

  ╷
6 │ <li><a href="http://stackoverflow.com/questions/tagged/rikulo">Discussion</a></li>
  │     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

failed
Provide documentation
10 / 20trigger folding of the section

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

41 out of 46 API elements (89.1 %) have documentation comments.

Some symbols that are missing documentation: rikulo_security, rikulo_security.AuthenticationException.message, rikulo_security_plugin, rikulo_security_plugin.SimpleUser, rikulo_security_plugin.SimpleUser.SimpleUser.

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 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:rikulo_security/plugin.dart that imports:
  • package:rikulo_security/security.dart that imports:
  • package:rikulo_commons/io.dart that imports:
  • package:rikulo_commons/convert.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 27 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/src/plugin/access_control.dart:5:1

  ╷
5 │ part of rikulo_security_plugin;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: Statements in a for should be enclosed in a block.

lib/src/plugin/access_control.dart:46:13

   ╷
46 │ ┌             if (col1.contains(role))
47 │ └               return true;
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/plugin/access_control.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
rikulo_commons any 6.0.1+1 6.0.1+1
stream any 3.1.0+1 3.1.0+1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.18.0
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
logging - 1.2.0 1.2.0
meta - 1.14.0 1.14.0
mime - 1.0.5 1.0.5
path - 1.9.0 1.9.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
web - 0.5.1 0.5.1

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
56%
popularity

Publisher

verified publisherquire.io

A lightweight and highly customizable authentication and access-control framework for Rikulo Stream.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

rikulo_commons, stream

More

Packages that depend on rikulo_security