lucifer 1.0.7 copy "lucifer: ^1.0.7" to clipboard
lucifer: ^1.0.7 copied to clipboard

A fast, light-weight web framework to provide a simple way to fulfill the needs of many modern web server these days.

31
likes
100/ 160
pub points
0%
popularity

We analyzed this package 15 hours ago, and awarded it 100 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

300 out of 426 API elements (70.4 %) have documentation comments.

Some symbols that are missing documentation: lucifer, lucifer.AnsiColor.AnsiColor.bg, lucifer.AnsiColor.AnsiColor.fg, lucifer.AnsiColor.AnsiColor.none, lucifer.AnsiColor.bg.

10/10 points: Package has an example

failed
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:lucifer/lucifer.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 24 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:dart_jsonwebtoken/src/errors.dart'.

lib/lucifer.dart:23:8

   ╷
23 │ export 'package:dart_jsonwebtoken/src/errors.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The name 'JWTExpiredError' isn't a type and can't be used in an on-catch clause.

lib/src/utils/jwt.dart:53:10

   ╷
53 │     } on JWTExpiredError {
   │          ^^^^^^^^^^^^^^^
   ╵

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

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest
cryptography ^2.0.5 2.7.0 2.7.0
dart_jsonwebtoken ^2.4.0 2.14.2 2.14.2
dotenv ^3.0.0 3.0.0 4.2.0
http_parser ^4.0.0 4.1.1 4.1.1
http_status_code ^0.0.2 0.0.2 0.0.2
logger ^1.1.0 1.4.0 2.5.0
mime ^1.0.1 1.0.6 2.0.0
mime_type ^1.0.0 1.0.1 1.0.1
mustache_template ^2.0.0 2.0.0 2.0.0
queue ^3.1.0+1 3.1.0+2 3.1.0+2
sanitize_html ^2.0.0 2.1.0 2.1.0
uuid ^3.0.5 3.0.7 4.5.1
Transitive dependencies
Package Constraint Compatible Latest
adaptive_number - 1.0.0 1.0.0
args - 2.6.0 2.6.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
csslib - 1.0.2 1.0.2
ed25519_edwards - 0.3.1 0.3.1
ffi - 2.1.3 2.1.3
fixnum - 1.1.1 1.1.1
html - 0.15.5 0.15.5
js - 0.6.7 0.7.1
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
pointycastle - 3.9.1 3.9.1
source_span - 1.10.0 1.10.0
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0

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

Found 4 issues. Showing the first 2:

The constraint `^3.0.0` on dotenv does not support the stable version `4.0.0`.

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

The constraint `^1.1.0` on logger does not support the stable version `2.0.0`.

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

10/10 points: Package supports latest stable Dart and Flutter SDKs

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.15, Dart 3.5.4.

Check the analysis log for details.

31
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A fast, light-weight web framework to provide a simple way to fulfill the needs of many modern web server these days.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cryptography, dart_jsonwebtoken, dotenv, http_parser, http_status_code, logger, mime, mime_type, mustache_template, queue, sanitize_html, uuid

More

Packages that depend on lucifer