click_functions_helper 1.0.27
click_functions_helper: ^1.0.27 copied to clipboard
Funções de apoio para manipular dados, como alinhamento de string, retirar acentuações e outros.
We analyzed this package 2 days ago, and awarded it 150 pub points (of a possible 160):
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
20 out of 33 API elements (60.6 %) have documentation comments.
Some symbols that are missing documentation: click_functions_helper.FunctionsHelper, click_functions_helper.FunctionsHelper.descriptar, click_functions_helper.FunctionsHelper.encriptar, click_functions_helper.FunctionsHelper.getCRC16, click_functions_helper.FunctionsHelper.isValidCPForCNPJ.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Tag detection failed.
Exception: Could not find package dir of flutter
Package not compatible with platform Web
Because:
package:click_functions_helper/click_functions_helper.dartthat imports:package:click_functions_helper/src/click_functions_helper_base.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing type annotation.
lib/src/click_functions_helper_base.dart:175:26
╷
175 │ static String getCRC16(payload) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/click_functions_helper_base.dart
INFO: Missing type annotation.
lib/src/click_functions_helper_base.dart:285:10
╷
285 │ static isValidCPForCNPJ(String cpfCNPJ) => validarCPF(cpfCNPJ) || validarCNPJ(cpfCNPJ);
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/click_functions_helper_base.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
encrypt |
^5.0.0 |
5.0.3 | 5.0.3 | |
image |
^4.0.15 |
4.7.2 | 4.7.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.7 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.5 | 2.1.5 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
meta |
- | 1.18.0 | 1.18.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
posix |
- | 6.0.3 | 6.0.3 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
xml |
- | 6.6.1 | 6.6.1 |
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.8, Dart 3.10.7.
Check the analysis log for details.