rpc_dart_framework 0.4.0 copy "rpc_dart_framework: ^0.4.0" to clipboard
rpc_dart_framework: ^0.4.0 copied to clipboard

Client and server framework for rpc_dart — modules, DI, lifecycle, graceful shutdown, rate limiting, isolate workers, and test harness.

150/ 160
pub points
173
downloads

We analyzed this package 32 hours ago, and awarded it 150 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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

110 out of 121 API elements (90.9 %) have documentation comments.

Some symbols that are missing documentation: rpc_dart_framework.RpcApp.start, rpc_dart_framework.RpcApp.stop, rpc_dart_framework.RpcAppConfig.RpcAppConfig.new, rpc_dart_framework.RpcAppHealth.RpcAppHealth.new, rpc_dart_framework.RpcCallEvent.RpcCallEvent.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:rpc_dart_framework/rpc_dart_framework.dart that imports:
  • package:rpc_dart_framework/src/rpc_test_app.dart that imports:
  • package:rpc_dart_framework/src/rpc_server_module.dart that imports:
  • package:rpc_dart_framework/src/rpc_module.dart that imports:
  • package:rpc_dart_framework/src/rpc_env_config.dart that imports:
  • dart:io
Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
rpc_dart >=5.0.0 <6.0.0 5.0.1 6.0.0
rpc_dart_isolate ^0.3.0 0.3.0 0.4.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
collection - 1.19.1 1.19.1
isolate_manager - 6.3.2 6.3.2
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
stream_channel - 2.1.4 2.1.4
web - 1.1.1 1.1.1

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

The constraint `>=5.0.0 <6.0.0` on rpc_dart does not support the stable version `6.0.0`, that was published 0 days ago.

When rpc_dart is 30 days old, this package will no longer be awarded points in this category.

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

The constraint `^0.3.0` on rpc_dart_isolate does not support the stable version `0.4.0`, that was published 0 days ago.

When rpc_dart_isolate is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions rpc_dart_isolate 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.23.19, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
150
points
173
downloads

Documentation

API reference

Publisher

verified publisherrpc.nogipx.dev

Weekly Downloads

Client and server framework for rpc_dart — modules, DI, lifecycle, graceful shutdown, rate limiting, isolate workers, and test harness.

Homepage
Repository (GitHub)
View/report issues

Topics

#rpc #server #framework

License

MIT (license)

Dependencies

rpc_dart, rpc_dart_isolate

More

Packages that depend on rpc_dart_framework