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
56
downloads

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

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

300 out of 461 API elements (65.1 %) 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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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

Failed check 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 report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
copied to clipboard

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 {
   │          ^^^^^^^^^^^^^^^
   ╵
copied to clipboard

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

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

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

Package Constraint Compatible Latest Notes
cryptography ^2.0.5 2.7.0 2.7.0
dart_jsonwebtoken ^2.4.0 2.17.0 3.2.0
dotenv ^3.0.0 3.0.0 4.2.0
http_parser ^4.0.0 4.1.2 4.1.2
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.4.0 3.4.0
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 Notes
adaptive_number - 1.0.0 1.0.0
args - 2.7.0 2.7.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.4 2.1.4
fixnum - 1.1.1 1.1.1
html - 0.15.5 0.15.5
js - 0.6.7 0.7.2 Discontinued
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
pointycastle - 3.9.1 4.0.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0

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

Found 5 issues. Showing the first 2:

The constraint `^2.4.0` on dart_jsonwebtoken does not support the stable version `3.0.0`, that was published 28 days ago.

When dart_jsonwebtoken is 30 days old, this package will no longer be awarded points in this category.

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

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.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 1Jul 29Aug 26Sep 23Oct 21Nov 18Dec 16Jan 13Feb 10Mar 100510152025>=1.0.0-0 <2.0.0
31
likes
100
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

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