validators_and_input_formatters 0.0.1
validators_and_input_formatters: ^0.0.1 copied to clipboard
A Custom Flutter package offering a collection of reusable input validators and input formatters. Includes utilities like name and password validators, confirm password checks, and formatters for lowe [...]
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Failed to verify repository URL.
Could not find any pubspec.yaml in the repository.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: validators_and_input_formatters, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
10/10 points: 20% or more of the public API has dartdoc comments
31 out of 44 API elements (70.5 %) have documentation comments.
Some symbols that are missing documentation: credit_card_number_input_formatter, credit_card_number_input_formatter.CreditCardNumberInputFormatter.CreditCardNumberInputFormatter.new, decimal_case_formatter, lower_case_formatter, lower_case_formatter.LowerCaseTextFormatter.LowerCaseTextFormatter.new.
10/10 points: Package has an example
10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:validators_and_input_formatters/validators_and_input_formatters.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:validators_and_input_formatters/validators_and_input_formatters.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:validators_and_input_formatters/validators_and_input_formatters.dartthat declares support for platforms:Android,iOS,Web.
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
It does not contain ios/validators_and_input_formatters/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
INFO: Missing type annotation.
lib/validators/validators.dart:15:10
╷
15 │ static requiredValidation(val, {String? msg}) {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/validators/validators.dart
INFO: Missing type annotation.
lib/validators/validators.dart:15:29
╷
15 │ static requiredValidation(val, {String? msg}) {
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/validators/validators.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
web |
^1.0.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
vector_math |
- | 2.2.0 | 2.2.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.