rest_api_impl 0.0.7
rest_api_impl: ^0.0.7 copied to clipboard
A Dart package providing a robust REST API IMPL service implementation with HTTP request handling, CRUD operations, and file management.
We analyzed this package 3 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
2 out of 228 API elements (0.9 %) 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: boolean_response_entity, boolean_response_entity.BooleanResponseEntity, boolean_response_entity.BooleanResponseEntity.BooleanResponseEntity.fromJson, boolean_response_entity.BooleanResponseEntity.BooleanResponseEntity.new, boolean_response_entity.BooleanResponseEntity.data.
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:rest_api_impl/rest_api_impl.dartthat imports:package:rest_api_impl/utils/response_handler_http_impl.dartthat imports:package:rest_api_impl/exceptions/exception_handler/rest_api_exception_handler.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Missing type annotation.
lib/extenstions/http_response_extensions.dart:19:3
╷
19 │ handleResponse<R>({R Function()? onSuccess}) {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/extenstions/http_response_extensions.dart
INFO: Missing type annotation.
lib/utils/http_response_data_parser.dart:10:29
╷
10 │ static T? dataFromJson<T>(json) {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/http_response_data_parser.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cross_file |
^0.3.4+2 |
0.3.5+1 | 0.3.5+1 | |
dio |
^5.9.0 |
5.9.0 | 5.9.0 | |
get_it_di_global_variable |
^0.0.6 |
0.0.6 | 0.0.6 | |
http |
^1.5.0 |
1.6.0 | 1.6.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
local_data_impl |
^0.0.4 |
0.0.4 | 0.0.4 | |
shared_preferences |
^2.5.3 |
2.5.4 | 2.5.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
bloc |
- | 9.2.0 | 9.2.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
get_it |
- | 8.3.0 | 9.2.0 | |
hive |
- | 2.2.3 | 2.2.3 | |
hive_ce |
- | 2.16.0 | 2.16.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
hydrated_bloc |
- | 10.1.1 | 10.1.1 | |
isolate_channel |
- | 0.2.2+1 | 0.2.2+1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.