palace_validators 0.0.4 copy "palace_validators: ^0.0.4" to clipboard
palace_validators: ^0.0.4 copied to clipboard

easily validate classes (DTO) with decorators to make it cleaner and easier to read [part of palace]

3
likes
120/ 140
pub points
0%
popularity

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

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

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

23 out of 83 API elements (27.7 %) have documentation comments.

Some symbols that are missing documentation: dto_validator, palace_validators, palace_validators.Contains.defaultError, palace_validators.Contains.isValid, palace_validators.Contains.value.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:palace_validators/palace_validators.dart that imports:
  • package:palace_validators/dto_validator.dart that imports:
  • dart:mirrors
Package not compatible with platform iOS

Because:

  • package:palace_validators/palace_validators.dart that imports:
  • package:palace_validators/dto_validator.dart that imports:
  • dart:mirrors
Package not compatible with platform Web

Because:

  • package:palace_validators/palace_validators.dart that imports:
  • package:palace_validators/dto_validator.dart that imports:
  • dart:mirrors
partial
Pass static analysis
40 / 50trigger folding of the section

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

lib/dto_validator.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
queen_validators ^0.2.3 0.2.3 1.0.1
Transitive dependencies
Package Constraint Compatible Latest
email_validator - 2.1.17 2.1.17
meta - 1.14.0 1.14.0

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

The constraint `^0.2.3` on queen_validators does not support the stable version `1.0.0`.

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

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.

3
likes
120
pub points
0%
popularity

Publisher

unverified uploader

easily validate classes (DTO) with decorators to make it cleaner and easier to read [part of palace]

Repository
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

queen_validators

More

Packages that depend on palace_validators