bandicoot_validation 0.0.8 copy "bandicoot_validation: ^0.0.8" to clipboard
bandicoot_validation: ^0.0.8 copied to clipboard

Simple validation library for the backend or the frontend.

1
likes
100/ 140
pub points
0%
popularity

We analyzed this package 37 hours ago, and awarded it 100 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.

Repository URL doesn't exist.

At the time of the analysis https://github.com/santiagoramirez/bandicoot/packages/bandicoot_validation 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: BSD-3-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 64 API elements (35.9 %) have documentation comments.

Some symbols that are missing documentation: bandicoot, bandicoot.IsIn, bandicoot.IsPassword, bandicoot.PasswordRules, bandicoot.PasswordRules.PasswordRules.

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

Found 30 issues. Showing the first 2:

WARNING: Unnecessary type check; the result is always 'true'.

lib/src/validate/is_enum.dart:4:40

  ╷
4 │ bool isEnum<T>(T value, T enumType) => value is T;
  │                                        ^^^^^^^^^^
  ╵

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

INFO: Use the generic function type syntax in 'typedef's.

lib/src/api/sanitize_rule.dart:3:17

  ╷
3 │ typedef dynamic _Sanitize(dynamic value, ValidationArguments arguments);
  │                 ^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/sanitize_rule.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

No dependencies.

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

Check the analysis log for details.

1
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Simple validation library for the backend or the frontend.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on bandicoot_validation