dchisel 1.1.0+12 copy "dchisel: ^1.1.0+12" to clipboard
dchisel: ^1.1.0+12 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
0%
popularity

We analyzed this package 11 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 307 API elements (69.4 %) 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

OK
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.
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 39 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
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.3 3.0.3
dart_jsonwebtoken ^2.4.0 2.14.0 2.14.0
mysql_client ^0.0.27 0.0.27 0.0.27
path ^1.8.0 1.9.0 1.9.0
postgres ^2.4.2 2.6.4 3.2.1
process_run ^0.12.2+1 0.12.5+3 0.14.2
shelf ^1.4.0 1.4.1 1.4.1
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.9.2 1.9.2
shelf_router ^1.1.3 1.1.4 1.1.4
shelf_static ^1.1.1 1.1.2 1.1.2
shelf_virtual_directory ^3.0.0 3.0.1 3.0.1
uuid ^3.0.7 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
async - 2.11.0 2.11.0
buffer - 1.2.3 1.2.3
charcode - 1.3.1 1.3.1
clock - 1.1.1 1.1.1
collection - 1.19.0 1.19.0
convert - 3.1.1 3.1.1
ed25519_edwards - 0.3.1 0.3.1
fixnum - 1.1.0 1.1.0
hotreloader - 4.2.0 4.2.0
http_methods - 1.1.1 1.1.1
http_parser - 4.1.0 4.1.0
js - 0.7.1 0.7.1
logging - 1.2.0 1.2.0
meta - 1.15.0 1.15.0
mime - 1.0.5 1.0.5
mime_type - 1.0.0 1.0.0
pedantic - 1.11.1 1.11.1
pointycastle - 3.9.1 3.9.1
pool - 1.5.1 1.5.1
pub_semver - 2.1.4 2.1.4
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.2 1.0.2
shelf_web_socket - 1.0.4 2.0.0
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
tuple - 2.0.2 2.0.2
typed_data - 1.3.2 1.3.2
unorm_dart - 0.2.0 0.3.0
vm_service - 14.2.4 14.2.4
watcher - 1.1.0 1.1.0
web - 0.5.1 0.5.1
web_socket_channel - 2.4.5 3.0.0
yaml - 3.1.2 3.1.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 `^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.6, Dart 3.4.3.

Check the analysis log for details.

46
likes
100
pub points
0%
popularity

Publisher

verified publisheralphacsoft.com

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