data_gov_gr 1.0.0
data_gov_gr: ^1.0.0 copied to clipboard
Unofficial Dart SDK for Greek Government Open Data (data.gov.gr).
We analyzed this package 5 days ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/georgetzan/flutter-data_gov_gr was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/georgetzan/flutter-data_gov_gr was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/georgetzan/flutter-data_gov_gr/issues was unreachable. Make sure that the website is reachable via HEAD requests.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:91:22
╷
91 │ <p>MIT License - see <a href="file:///home/georgetzan/git-repos/data_gov_gr/LICENSE">LICENSE</a> for details.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
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
22 out of 235 API elements (9.4 %) 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: data_gov_gr, data_gov_gr.BusinessService, data_gov_gr.BusinessService.BusinessService.new, data_gov_gr.BusinessService.getBudgetExecution, data_gov_gr.BusinessService.getDebtStatistics.
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:data_gov_gr/data_gov_gr.dartthat imports:package:data_gov_gr/src/services/transport_service.dartthat imports:package:data_gov_gr/src/client/data_gov_client.dartthat imports:package:dio_smart_retry/dio_smart_retry.dartthat imports:package:dio_smart_retry/src/retry_interceptor.dartthat imports:package:dio_smart_retry/src/multipart_file_recreatable.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/services/business_service.dart:30:7
╷
30 │ params['date_from'] = from.toIso8601String().split('T').first;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/services/business_service.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/services/education_service.dart:12:7
╷
12 │ params['date_from'] = from.toIso8601String().split('T').first;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/services/education_service.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dio |
^5.4.0 |
5.9.2 | 5.9.2 | |
dio_cache_interceptor |
^3.5.0 |
3.5.1 | 4.0.6 | |
dio_smart_retry |
^6.0.0 |
6.0.0 | 7.0.1 | |
freezed_annotation |
^2.4.1 |
2.4.4 | 3.1.0 | |
json_annotation |
^4.8.1 |
4.12.0 | 4.12.0 | |
rxdart |
^0.27.7 |
0.27.7 | 0.28.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.1.2 | 2.1.2 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.2 | 1.18.2 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.3 | 4.5.3 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^3.5.0` on dio_cache_interceptor does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions dio_cache_interceptor to update the constraint.
The constraint `^6.0.0` on dio_smart_retry does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions dio_smart_retry 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.12, Dart 3.12.0.
Check the analysis log for details.