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.

30
likes
80/ 140
pub points
13%
popularity

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

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.bg, lucifer.AnsiColor.call, lucifer.AnsiColor.color.

10/10 points: Package has 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:lucifer/lucifer.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 26 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
10 / 20trigger 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.0 2.14.0
dotenv ^3.0.0 3.0.0 4.2.0
http_parser ^4.0.0 4.0.2 4.0.2
http_status_code ^0.0.2 0.0.2 0.0.2
logger ^1.1.0 1.4.0 2.2.0
mime ^1.0.1 1.0.5 1.0.5
mime_type ^1.0.0 1.0.0 1.0.0
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.4.0
Transitive dependencies
Package Constraint Compatible Latest
adaptive_number - 1.0.0 1.0.0
args - 2.5.0 2.5.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
csslib - 1.0.0 1.0.0
ed25519_edwards - 0.3.1 0.3.1
ffi - 2.1.2 2.1.2
fixnum - 1.1.0 1.1.0
html - 0.15.4 0.15.4
js - 0.6.7 0.7.1
meta - 1.15.0 1.15.0
path - 1.9.0 1.9.0
pointycastle - 3.9.1 3.9.1
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

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

30
likes
80
pub points
13%
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