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

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

OK
Provide documentation
20 / 20trigger folding of the section

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

213 out of 308 API elements (69.2 %) have documentation comments.

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

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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.

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

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

To reproduce make sure you are using the lints_core and run dart analyze lib/src/utils.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
crypto ^3.0.1 3.0.6 3.0.6
dart_jsonwebtoken ^2.4.0 2.14.2 2.14.2
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.4.8
process_run ^0.12.2+1 0.12.5+3 1.2.2+1
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.0 1.10.0
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
adaptive_number - 1.0.0 1.0.0
args - 2.6.0 2.6.0
async - 2.12.0 2.12.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.2.0 4.2.0
http_methods - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
js - 0.7.1 0.7.1
logging - 1.3.0 1.3.0
meta - 1.16.0 1.16.0
mime - 1.0.6 2.0.0
mime_type - 1.0.1 1.0.1
pointycastle - 3.9.1 3.9.1
pool - 1.5.1 1.5.1
pub_semver - 2.1.5 2.1.5
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.3 1.0.3
shelf_web_socket - 2.0.1 2.0.1
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.3.0+3 3.3.0+3
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.0 0.3.0
vm_service - 14.3.1 15.0.0
watcher - 1.1.1 1.1.1
web - 1.1.0 1.1.0
web_socket - 0.1.6 0.1.6
web_socket_channel - 3.0.1 3.0.1
yaml - 3.1.3 3.1.3

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

Found 3 issues. Showing the first 2:

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.

The constraint `^0.12.2+1` on process_run does not support the stable version `0.13.0`.

Try running dart pub upgrade --major-versions process_run 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.17, Dart 3.6.0.

Check the analysis log for details.

46
likes
100
points
17
downloads

Publisher

verified publisheralphacsoft.com

Weekly Downloads

2024.06.24 - 2025.01.06

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