kabelwerk 0.2.1
kabelwerk: ^0.2.1 copied to clipboard
Kabelwerk is a fast and secure chat as a service for digital health applications. This is the Kabelwerk SDK for Dart.
We analyzed this package 23 hours ago, and awarded it 110 pub points (of a possible 140):
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: MIT
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 151 out of 173 API elements (87.3 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
10/30 points: code has no errors, warnings, lints, or formatting issues
WARNING: This API is available since SDK 2.15.0, but constraints '>=2.14.4 <3.0.0' don't guarantee it.
lib/src/models.dart:149:35
╷
149 │ type = MessageType.values.byName(data['type']),
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/models.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cross_file |
^0.3.3 |
0.3.3+4 | 0.3.3+4 |
equatable |
^2.0.5 |
2.0.5 | 2.0.5 |
http |
^0.13.5 |
0.13.6 | 1.0.0 |
http_parser |
^4.0.0 |
4.0.2 | 4.0.2 |
logging |
^1.1.0 |
1.2.0 | 1.2.0 |
phoenix_socket |
0.6.2 |
0.6.2 | 0.6.4 |
web_socket_channel |
2.2.0 |
2.2.0 | 2.4.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
boolean_selector |
- | 2.1.1 | 2.1.1 |
collection |
- | 1.17.2 | 1.17.2 |
crypto |
- | 3.0.3 | 3.0.3 |
js |
- | 0.6.7 | 0.6.7 |
matcher |
- | 0.12.16 | 0.12.16 |
meta |
- | 1.9.1 | 1.9.1 |
path |
- | 1.8.3 | 1.8.3 |
pedantic |
- | 1.11.1 | 1.11.1 |
quiver |
- | 3.2.1 | 3.2.1 |
rxdart |
- | 0.27.7 | 0.27.7 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.11.0 | 1.11.0 |
stream_channel |
- | 2.1.1 | 2.1.1 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.6.0 | 0.6.0 |
typed_data |
- | 1.3.2 | 1.3.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 `^0.13.5` on http does not support the stable version `1.0.0`, that was published 16 days ago.
When http is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions http
to update the constraint.
The constraint `0.6.2` on phoenix_socket does not support the stable version `0.6.3`.
Try running dart pub upgrade --major-versions phoenix_socket
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package is Dart 3 compatible!
Analysed with Pana 0.21.32
, Dart 3.0.2
.