pragma_path_api_client 0.0.1
pragma_path_api_client: ^0.0.1 copied to clipboard
Cliente Dart/Flutter para consumir Fake Store API y exponer notifiers y mappers listos para usar en apps Flutter.
We analyzed this package 9 days ago, and awarded it 140 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
76 out of 445 API elements (17.1 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: address, address.Address, address.Address.Address.new, address.Address.city, address.Address.geolocation.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:pragma_path_api_client/pragma_path_api_client.dartthat imports:package:pragma_path_api_client/presentation/facke_store_api_client.dartthat imports:package:pragma_path_api_client/presentation/state/provider/provider.dartthat imports:package:pragma_path_api_client/presentation/state/provider/user/user.dartthat imports:package:pragma_path_api_client/presentation/state/provider/user/user_usecase_provider.dartthat imports:package:pragma_path_api_client/presentation/state/provider/user/user_repository_provider.dartthat imports:package:pragma_path_api_client/presentation/state/provider/user/user_remote_data_source_provider.dartthat imports:package:pragma_path_api_client/data/datasources/user_remote_datasource.dartthat imports:package:pragma_path_api_client/data/data.dartthat imports:package:pragma_path_api_client/data/datasources/datasources.dartthat imports:package:pragma_path_api_client/data/datasources/products_remote_datasource.dartthat imports:package:pragma_path_api_client/core/network/network.dartthat imports:package:pragma_path_api_client/core/network/http_client_impl.dartthat imports:package:pragma_path_api_client/core/network/http_client.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dartz |
^0.10.1 |
0.10.1 | 0.10.1 | |
dotenv |
^4.2.0 |
4.2.0 | 4.2.0 | |
http |
^1.5.0 |
1.6.0 | 1.6.0 | |
logger |
^2.6.1 |
2.7.0 | 2.7.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
riverpod |
^2.6.1 |
2.6.1 | 3.4.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.6.1` on riverpod does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions riverpod 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.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.