conduit_common 0.0.2 copy "conduit_common: ^0.0.2" to clipboard
conduit_common: ^0.0.2 copied to clipboard

Common classes shared by conduit projects.

1
likes
90/ 140
pub points
42%
popularity

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: conduit_common,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: conduit_common.

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: BSD-2-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

23 out of 24 API elements (95.8 %) have documentation comments.

Some symbols that are missing documentation: conduit_common.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

WARNING: The '!' will have no effect because the receiver can't be null.

lib/src/openapi/documentable.dart:165:37

    ╷
165 │         .expand((p) => p!.operations!.values)
    │                                     ^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/openapi/documentable.dart

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

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

Package Constraint Compatible Latest
conduit_open_api ^1.0.0-0 1.0.0-b8 5.0.3
Transitive dependencies
Package Constraint Compatible Latest
conduit_codable - 1.0.0-b4 5.0.3
meta - 1.15.0 1.15.0

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

The constraint `^1.0.0-0` on conduit_open_api does not support the stable version `3.0.1`.

Try running dart pub upgrade --major-versions conduit_open_api to update the constraint.

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.

1
likes
90
pub points
42%
popularity

Publisher

verified publishertheconduit.dev

Common classes shared by conduit projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

conduit_open_api

More

Packages that depend on conduit_common