k8s 1.27.0+dev.2 k8s: ^1.27.0+dev.2 copied to clipboard
Kubernetes client library for Dart. Maintained by Kubeec Team.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/kubeec/k8s-dart/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: 20% or more of the public API has dartdoc comments
3781 out of 6205 API elements (60.9 %) have documentation comments.
Some symbols that are missing documentation: k8s.$AuthInfoCopyWith
, k8s.$AuthProviderConfigCopyWith
, k8s.$ClusterCopyWith
, k8s.$ContextCopyWith
, k8s.$ExecCopyWith
.
10/10 points: Package has an example and has no issues with screenshots
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:k8s/k8s.dart
that imports:package:kubeconfig/kubeconfig.dart
that imports:package:kubeconfig/src/models/models.dart
that imports:package:kubeconfig/src/models/kubeconfig.dart
that imports:package:kubeconfig/src/kubeconfig_util.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:k8s/k8s.dart
that imports:package:kubeconfig/kubeconfig.dart
that imports:package:kubeconfig/src/models/models.dart
that imports:package:kubeconfig/src/models/kubeconfig.dart
that imports:package:kubeconfig/src/kubeconfig_util.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3561 issues. Showing the first 2:
WARNING: Unused import: 'package:k8s/src/deserialize.dart'.
lib/src/api/logs_api.dart:9:8
╷
9 │ import 'package:k8s/src/deserialize.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/logs_api.dart
INFO: 'DioError' is deprecated and shouldn't be used. Use DioException instead. This will be removed in 6.0.0.
lib/src/api/admissionregistration_api.dart:32:15
╷
32 │ /// Throws [DioError] if API call or serialization fails
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/admissionregistration_api.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 |
dio |
^5.4.0 |
5.7.0 | 5.7.0 |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 |
kubeconfig |
^1.0.3 |
1.0.3 | 1.0.3 |
logging |
^1.2.0 |
1.3.0 | 1.3.0 |
path |
^1.9.0 |
1.9.1 | 1.9.1 |
socks5_proxy |
^1.0.4 |
1.0.6 | 2.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
copy_with_extension |
- | 5.0.4 | 6.0.0 |
dio_web_adapter |
- | 2.0.0 | 2.0.0 |
equatable |
- | 2.0.7 | 2.0.7 |
http_parser |
- | 4.1.2 | 4.1.2 |
meta |
- | 1.16.0 | 1.16.0 |
source_span |
- | 1.10.1 | 1.10.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.0 | 1.1.0 |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.0.4` on socks5_proxy does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions socks5_proxy
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.17
, Dart 3.6.0
.
Check the analysis log for details.