depscope
Packages
IntegrateAPI DocsCuratorBenchmarkCoverage
Sign inGet API access
depscope/breaking/pub/shelf_web_socket
This package has limited breaking-change data (2 entries). Check back later or see the package health page for the full signal.

shelf_web_socket breaking changes

pub

2 curated breaking changes across major versions of shelf_web_socket. Use this as a migration checklist before bumping dependencies.

View package health \u2192Known bugs \u2192
2
changes

Breaking changes by transition

  • shelf_router_generator-v1.1.1 \u2192 shelf_web_socket-v3.0.0

    breaking

    Add a API usage example.

  • shelf_router_generator-v1.1.1 \u2192 shelf_web_socket-v3.0.0

    breaking

    Require Dart `^3.5.0`. Note that most clients seeing analysis issues from the above breaking change can fix it by adding a second parameter to their callback. So, they would change this: ```dart webSocketHandler((webSocket) { webSocket.stream.listen((message) { webSocket.sink.add('echo $message'); }); }); ``` to this: ```dart webSocketHandler((webSocket, _) { webSocket.stream.listen((message) { webSocket.sink.add('echo $message'); }); }); ```

API access

Get this data programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/breaking/pub/shelf_web_socket
DepScope

Package intelligence for AI agents. 19 ecosystems.

Resources
API DocumentationHallucination BenchmarkFor EnterpriseSwagger / OpenAPIPopular PackagesCoverageAI Plugin SetupWatch the pitch (60s)
Legal
Legal hubPrivacy PolicyTerms of ServiceCookie PolicyAcceptable UseAttributionDPASub-processorsSecurityImprintContact中文
© 2026 Cuttalo srl — Italy · VAT IT03242390734Built for AI agents