serinus 2.1.12 copy "serinus: ^2.1.12" to clipboard
serinus: ^2.1.12 copied to clipboard

Serinus is a framework written in Dart for building efficient and scalable server-side applications.

70/ 160
pub points
660
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://serinus.app was unreachable. Make sure that the website is reachable via HEAD requests.

Documentation URL doesn't exist.

At the time of the analysis https://serinus.app was unreachable. Make sure that the website is reachable via HEAD requests.

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

1393 out of 1414 API elements (98.5 %) have documentation comments.

Some symbols that are missing documentation: serinus, serinus.AdapterContainer.AdapterContainer.new, serinus.CookieOptions.CookieOptions.new, serinus.Hookable.Hookable.new, serinus.HooksContainer.HooksContainer.new.

Passed check 10/10 points: Package has an example

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

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

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

ERROR: The argument type 'ExecutionContext

lib/src/routes/route_execution_context.dart:139:40

    ╷
139 │             data = processResult(data, executionContext);
    │                                        ^^^^^^^^^^^^^^^^
    ╵

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

ERROR: The property 'response' can't be unconditionally accessed because the receiver can be 'null'.

lib/src/routes/route_execution_context.dart:143:68

    ╷
143 │                 EventData(data: data, properties: executionContext.response),
    │                                                                    ^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest Notes
acanthis >=1.5.2 <2.0.0 1.6.0 1.6.0
async ^2.13.0 2.13.1 2.13.1
collection ^1.19.1 1.19.1 1.19.1
crypto ^3.0.7 3.0.7 3.0.7
http_parser ^4.1.2 4.1.2 4.1.2
intl ^0.20.2 0.20.3 0.20.3
logging ^1.3.0 1.3.0 1.3.0
meta ^1.18.0 1.19.0 1.19.0
mime ^2.0.0 2.0.0 2.0.0
secure_session ^1.0.5 1.0.5 1.0.5
shelf ^1.4.2 1.4.2 1.4.2
stream_channel ^2.1.4 2.1.4 2.1.4
uuid ^4.5.2 4.6.0 4.6.0
web_socket_channel ^3.0.3 3.0.3 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
email_validator - 3.0.0 3.0.0
encrypt - 5.0.3 5.0.3
fixnum - 1.1.1 1.1.1
js - 0.7.2 0.7.2 Discontinued
nanoid2 - 2.0.1 2.0.1
openapi_types - 2.1.0 2.1.0
path - 1.9.1 1.9.1
pointycastle - 3.9.1 4.0.0
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.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
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
yaml - 3.1.3 3.1.3
yaml_writer - 2.1.0 2.1.0

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 4 errors:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/src/routes/route_execution_context.dart:139:40 - The argument type 'ExecutionContext
  • UNCHECKED_USE_OF_NULLABLE_VALUE - lib/src/routes/route_execution_context.dart:143:68 - The property 'response' can't be unconditionally accessed because the receiver can be 'null'.
  • UNCHECKED_USE_OF_NULLABLE_VALUE - lib/src/routes/route_execution_context.dart:150:32 - The property 'response' can't be unconditionally accessed because the receiver can be 'null'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.18, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
38
likes
70
points
660
downloads

Documentation

Documentation
API reference

Publisher

verified publisherserinus.app

Weekly Downloads

Serinus is a framework written in Dart for building efficient and scalable server-side applications.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#server #httpserver #backend #web #http

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

acanthis, async, collection, crypto, http_parser, intl, logging, meta, mime, secure_session, shelf, stream_channel, uuid, web_socket_channel

More

Packages that depend on serinus