codemagic_manager 0.3.0+1 copy "codemagic_manager: ^0.3.0+1" to clipboard
codemagic_manager: ^0.3.0+1 copied to clipboard

Package allowing to query Codemagic builds and applications from the recently exposed API

7
likes
120/ 140
pub points
15%
popularity

We analyzed this package 8 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/orestesgaolin/codemagic_manager/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.

partial
Provide documentation
10 / 20trigger folding of the section

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

20 out of 158 API elements (12.7 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

Some symbols that are missing documentation: codemagic_manager, codemagic_manager.Application, codemagic_manager.Application.Application, codemagic_manager.Application.appName, codemagic_manager.Application.archived.

10/10 points: Package has an example

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:codemagic_manager/codemagic_manager.dart that imports:
  • package:codemagic_manager/src/codemagic_client.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: The import of 'model/builds.dart' is unnecessary because all of the used elements are also provided by the import of 'model/model.dart'.

lib/src/codemagic_client.dart:4:8

  ╷
4 │ import 'model/builds.dart';
  │        ^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/codemagic_client.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
json_annotation ^4.0.0 4.9.0 4.9.0
meta ^1.3.0 1.14.0 1.14.0

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.3.3.

Check the analysis log for details.

7
likes
120
pub points
15%
popularity

Publisher

verified publisherroszkowski.dev

Package allowing to query Codemagic builds and applications from the recently exposed API

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

json_annotation, meta

More

Packages that depend on codemagic_manager