bungie_api 14.0.0
bungie_api: ^14.0.0 copied to clipboard
This project implements Dart definitions and API helpers for the [Bungie.net API](https://github.com/Bungie-net/api).
We analyzed this package 3 days ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:2:252
╷
2 │ <p>This project implements Dart definitions and API helpers for the <a href="https://github.com/Bungie-net/api">Bungie.net API</a>. It's based on <a href="https://github.com/DestinyItemManager/bungie-api-ts">bungie-api-ts</a> that is meant for use in <a href="http://destinyitemmanager.com">Destiny Item Manager</a>, but should be general enough to use in any project. The code is completely generated from Bungie's documentation - I considered using something like Swagger Codegen, but instead opted for a custom generator so we could make the result as nice as possible.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
2973 out of 10450 API elements (28.4 %) have documentation comments.
Some symbols that are missing documentation: activity_graph_node_highlight_type, activity_graph_node_highlight_type.ActivityGraphNodeHighlightType, activity_graph_node_highlight_type.ActivityGraphNodeHighlightTypeExtension, activity_graph_node_highlight_type.ActivityGraphNodeHighlightTypeExtension.value, activity_graph_node_highlight_type.decodeActivityGraphNodeHighlightType.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:bungie_api/api/app.dartthat imports:package:bungie_api/src/api/app.dartthat imports:package:bungie_api/src/responses/ienumerable_of_application_response.dartthat imports:package:compute/compute.dartthat imports:package:compute/src/compute.dartthat imports:package:compute/src/compute_io.dartthat imports:dart:isolate
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
compute |
^1.0.2 |
1.0.2 | 1.0.2 | |
json_annotation |
^4.12.0 |
4.12.0 | 4.12.0 | |
watcher |
^1.1.2 |
1.2.1 | 1.2.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 |
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.14, Dart 3.12.2.
Check the analysis log for details.