k8s 1.27.0+dev.2 copy "k8s: ^1.27.0+dev.2" to clipboard
k8s: ^1.27.0+dev.2 copied to clipboard

Kubernetes client library for Dart. Maintained by Kubeec Team.

3
likes
120/ 140
pub points
55%
popularity

We analyzed this package 39 hours ago, and awarded it 120 pub points (of a possible 140):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

OK
Platform support
20 / 20trigger folding of the section

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
failed
Pass static analysis
30 / 50trigger folding of the section

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Package Constraint Compatible Latest
collection ^1.18.0 1.18.0 1.18.0
dio ^5.4.0 5.4.3+1 5.4.3+1
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.2.0 1.2.0
path ^1.9.0 1.9.0 1.9.0
socks5_proxy ^1.0.4 1.0.5+dev.2 1.0.5+dev.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
copy_with_extension - 5.0.4 5.0.4
equatable - 2.0.5 2.0.5
http_parser - 4.0.2 4.0.2
meta - 1.15.0 1.15.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
yaml - 3.1.2 3.1.2

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

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.4.0.

Check the analysis log for details.

3
likes
120
pub points
55%
popularity
screenshot

Publisher

verified publisherfatihsever.com

Kubernetes client library for Dart. Maintained by Kubeec Team.

Repository (GitHub)
View/report issues

Topics

#kubernetes

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, dio, json_annotation, kubeconfig, logging, path, socks5_proxy

More

Packages that depend on k8s