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

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

130/ 160
pub points
1.22k
downloads

We analyzed this package 7 days ago, and awarded it 130 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: 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

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:serinus/serinus.dart that imports:
  • package:serinus/src/versioning.dart that imports:
  • package:serinus/src/enums/enums.dart that imports:
  • package:serinus/src/enums/request_event.dart that imports:
  • package:serinus/src/exceptions/exceptions.dart that imports:
  • package:serinus/src/exceptions/serinus_exception.dart that imports:
  • package:serinus/src/mixins/mixins.dart that imports:
  • package:serinus/src/mixins/provider_mixins.dart that imports:
  • package:serinus/src/core/core.dart that imports:
  • package:serinus/src/core/websockets/websockets.dart that imports:
  • package:serinus/src/core/websockets/ws_module.dart that imports:
  • package:serinus/src/core/websockets/websocket_registry.dart that imports:
  • package:serinus/src/utils/wrapped_response.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: Angle brackets will be interpreted as HTML.

lib/src/contexts/request_context.dart:154:54

    ╷
154 │   /// Returns the unconverted, raw payload (e.g., Map<String, dynamic>).
    │                                                      ^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/contexts/request_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.0 1.5.4 1.5.4
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.2 0.20.2
logging ^1.3.0 1.3.0 1.3.0
meta ^1.18.0 1.18.2 1.18.2
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.5.3 4.5.3
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 1 error:

  • UNDEFINED_METHOD - bin/serinus.dart:134:54 - The method 'integer' isn't defined for the type 'MyPipe'.

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.12, Dart 3.12.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
38
likes
130
points
1.22k
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