immaculater_dart 0.7.5
immaculater_dart: ^0.7.5 copied to clipboard
Dart-language code encapsulating Immaculater's mergeprotobufs API for reading and writing to-do lists
We analyzed this package 39 hours ago, and awarded it 50 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/chandler37/immaculater_dart 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
883 out of 1348 API elements (65.5 %) have documentation comments.
Some symbols that are missing documentation: immaculater_dart, immaculater_dart.Action, immaculater_dart.Action.$_whichOneof, immaculater_dart.Action.Action.fromBuffer, immaculater_dart.Action.Action.fromJson.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
ERROR: The name 'MergeToDoListResponse' isn't a type, so it can't be used as a type argument.
bin/main.dart:44:42
╷
44 │ immaculater_dart.merge as Future<MergeToDoListResponse> Function({String? backendUrl, Uint8List body, Client client, bool? verbose}),
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/main.dart
ERROR: Undefined class 'Uint8List'.
bin/main.dart:44:95
╷
44 │ immaculater_dart.merge as Future<MergeToDoListResponse> Function({String? backendUrl, Uint8List body, Client client, bool? verbose}),
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/main.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.1 |
3.0.7 | 3.0.7 | |
fixnum |
^1.0.0 |
1.1.1 | 1.1.1 | |
http |
^0.13.3 |
0.13.6 | 1.6.0 | |
meta |
^1.1.7 |
1.18.2 | 1.18.2 | |
protobuf |
^2.0.0 |
2.1.0 | 6.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
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 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.13.3` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http to update the constraint.
The constraint `^2.0.0` on protobuf does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions protobuf to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 5 errors:
NON_TYPE_AS_TYPE_ARGUMENT-bin/main.dart:44:42- The name 'MergeToDoListResponse' isn't a type, so it can't be used as a type argument.UNDEFINED_CLASS-bin/main.dart:44:95- Undefined class 'Uint8List'.UNDEFINED_CLASS-bin/main.dart:44:111- Undefined class 'Client'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.11, Dart 3.11.2.
Check the analysis log for details.