click_gerencianet 0.0.44
click_gerencianet: ^0.0.44 copied to clipboard
Com este package é possivel criar pix e consultar se o mesmo foi pago no gerencianet e emissão de boletos
We analyzed this package 32 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/ferdead/click-gerencianet-package 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.
10/10 points: 20% or more of the public API has dartdoc comments
95 out of 301 API elements (31.6 %) have documentation comments.
Some symbols that are missing documentation: click_gerencianet, click_gerencianet.EnumEndpoints, click_gerencianet.EnumEndpoints.fromText, click_gerencianet.EnumEndpoints.info, click_gerencianet.EnumEndpoints.metodo.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:click_gerencianet/click_gerencianet.dartthat imports:package:click_gerencianet/src/gerencianet_pix_rest_client.dartthat imports:package:click_gerencianet/src/gerencianet/apis/pix/gerencianet_pix.dartthat imports:package:qr_image/qr_image.dartthat declares support for platforms:Windows,Linux,macOS.
Tag detection failed.
Exception: Could not find package dir of flutter
Package does not support platform `Web`.
Because:
package:click_gerencianet/click_gerencianet.dartthat imports:package:click_gerencianet/src/gerencianet_pix_rest_client.dartthat imports:package:click_gerencianet/src/gerencianet/apis/pix/gerencianet_pix.dartthat imports:package:qr_image/qr_image.dartthat declares support for platforms:Windows,Linux,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: The exception variable 'e' isn't used, so the 'catch' clause can be removed.
lib/src/gerencianet/apis/boletos/interceptors/boleto_interceptor.dart:51:26
╷
51 │ } on DioError catch (e) {
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/gerencianet/apis/boletos/interceptors/boleto_interceptor.dart
INFO: Missing type annotation.
lib/src/gerencianet/apis/abertura_contas/gerencianet_abertura_contas.dart:11:14
╷
11 │ required restClient,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/gerencianet/apis/abertura_contas/gerencianet_abertura_contas.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
click_extensions |
^1.0.43 |
1.0.47 | 1.0.47 | |
click_functions_helper |
^1.0.2 |
1.0.27 | 1.0.27 | |
collection |
^1.17.0 |
1.19.1 | 1.19.1 | |
dio |
^4.0.0 |
4.0.6 | 5.9.0 | |
dio_http2_adapter |
^2.0.0 |
2.0.0 | 2.6.0 | |
image |
^4.2.0 |
4.7.2 | 4.7.2 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
qr_image |
^1.0.0 |
1.0.0 | 1.0.0 |
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 | |
async |
- | 2.13.0 | 2.13.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
encrypt |
- | 5.0.3 | 5.0.3 | |
ffi |
- | 2.1.5 | 2.1.5 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.19.0 | 0.20.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mysql1 |
- | 0.20.0 | 0.20.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
pool |
- | 1.5.2 | 1.5.2 | |
posix |
- | 6.0.3 | 6.0.3 | |
qr |
- | 3.0.2 | 3.0.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
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.
The constraint `^4.0.0` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio to update the constraint.
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.5, Dart 3.10.7.
Check the analysis log for details.