dchisel 1.1.0+13 copy "dchisel: ^1.1.0+13" to clipboard
dchisel: ^1.1.0+13 copied to clipboard

A simple dart web framework for create REST API. DChisel support Custom Middleware and Mysql & PostgreSQL ORM.

46
likes
100/ 160
pub points
9
downloads

We analyzed this package 21 hours 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: BSD-3-Clause.

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

213 out of 329 API elements (64.7 %) have documentation comments.

Some symbols that are missing documentation: dchisel, dchisel.Audience.Audience.new, dchisel.Audience.Audience.one, dchisel.Audience.toJson, dchisel.DChisel.

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

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:dchisel/dchisel.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:dchisel/dchisel.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:dchisel/dchisel.dart that declares support for platforms: Windows, Linux, macOS.

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 41 issues. Showing the first 2:

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

lib/src/utils.dart:59:10

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

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

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

lib/src/utils.dart:61:10

   ╷
61 │     } on JWTError catch (ex) {
   │          ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/utils.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
crypto ^3.0.1 3.0.6 3.0.6
dart_jsonwebtoken ^2.4.0 2.17.0 3.2.0
mysql_client ^0.0.27 0.0.27 0.0.27
path ^1.8.0 1.9.1 1.9.1
postgres ^2.4.2 2.6.4 3.5.6
process_run ^0.12.2+1 0.12.5+3 1.2.4
shelf ^1.4.0 1.4.2 1.4.2
shelf_cors_headers ^0.1.2 0.1.5 0.1.5
shelf_hotreload ^1.3.0 1.5.0 1.5.0
shelf_plus ^1.5.0 1.10.1 1.10.1
shelf_router ^1.1.3 1.1.4 1.1.4
shelf_static ^1.1.1 1.1.3 1.1.3
shelf_virtual_directory ^3.0.0 3.0.1 3.0.1
uuid ^3.0.7 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
async - 2.13.0 2.13.0
buffer - 1.2.3 1.2.3
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
ed25519_edwards - 0.3.1 0.3.1
fixnum - 1.1.1 1.1.1
hotreloader - 4.3.0 4.3.0
http_methods - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
meta - 1.17.0 1.17.0
mime - 1.0.6 2.0.0
mime_type - 1.0.1 1.0.1
pointycastle - 3.9.1 4.0.0
pool - 1.5.1 1.5.1
pub_semver - 2.2.0 2.2.0
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.3 1.0.3
shelf_web_socket - 2.0.1 3.0.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
tuple - 2.0.2 2.0.2
typed_data - 1.4.0 1.4.0
unorm_dart - 0.3.1+1 0.3.1+1
vm_service - 15.0.2 15.0.2
watcher - 1.1.2 1.1.2
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
yaml - 3.1.3 3.1.3

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

Found 4 issues. Showing the first 2:

The constraint `^2.4.0` on dart_jsonwebtoken does not support the stable version `3.0.0`.

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

The constraint `^2.4.2` on postgres does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions postgres 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.21, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
46
likes
100
points
9
downloads

Publisher

verified publisheralphacsoft.com

Weekly Downloads

A simple dart web framework for create REST API. DChisel support Custom Middleware and Mysql & PostgreSQL ORM.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

crypto, dart_jsonwebtoken, mysql_client, path, postgres, process_run, shelf, shelf_cors_headers, shelf_hotreload, shelf_plus, shelf_router, shelf_static, shelf_virtual_directory, uuid

More

Packages that depend on dchisel