pointpos_api 0.2.2
pointpos_api: ^0.2.2 copied to clipboard
PointPOS API client
We analyzed this package 7 hours ago, and awarded it 70 pub points (of a possible 130):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 429 out of 1889 API elements (22.7 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 266 issues. Showing the first 2:
INFO: The import of 'package:jaguar_retrofit/annotations/annotations.dart' is unnecessary because all of the used elements are also provided by the import of 'package:jaguar_retrofit/jaguar_retrofit.dart'.
lib/api/adjustment_stock_api.dart:1:8
╷
1 │ import 'package:jaguar_retrofit/annotations/annotations.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/api/adjustment_stock_api.dart
INFO: Unused import: 'package:jaguar_mimetype/jaguar_mimetype.dart'.
lib/api/adjustment_stock_api.dart:4:8
╷
4 │ import 'package:jaguar_mimetype/jaguar_mimetype.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/api/adjustment_stock_api.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
http | ^0.12.1 | 0.12.2 | 0.13.5 |
jaguar_mimetype | ^1.0.1 | 1.0.1 | 1.0.1 |
jaguar_retrofit | ^2.8.8 | 2.8.8 | 2.8.8 |
jaguar_serializer | ^2.2.12 | 2.2.12 | 2.2.12 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | - | 2.9.0 | 2.9.0 |
auth_header | - | 2.1.4 | 3.0.1 |
charcode | - | 1.3.1 | 1.3.1 |
client_cookie | - | 2.2.1 | 3.0.2 |
collection | - | 1.16.0 | 1.16.0 |
http_parser | - | 3.1.4 | 4.0.1 |
jaguar_resty | - | 2.10.15 | 3.0.0 |
meta | - | 1.8.0 | 1.8.0 |
path | - | 1.8.2 | 1.8.2 |
pedantic | - | 1.11.1 | 1.11.1 |
source_span | - | 1.9.1 | 1.9.1 |
string_scanner | - | 1.1.1 | 1.1.1 |
term_glyph | - | 1.2.1 | 1.2.1 |
typed_data | - | 1.3.1 | 1.3.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.12.1` on http does not support the stable version `0.13.0`.
Try running dart pub upgrade --major-versions http
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.0.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.15
, Dart 2.17.6
.