bungie_api 13.18.0 copy "bungie_api: ^13.18.0" to clipboard
bungie_api: ^13.18.0 copied to clipboard

This project implements Dart definitions and API helpers for the [Bungie.net API](https://github.com/Bungie-net/api).

5
likes
125/ 160
pub points
82
downloads

We analyzed this package 3 days ago, and awarded it 125 pub points (of a possible 160):

failed
Follow Dart file conventions
25 / 30trigger folding of the section

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.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

2760 out of 9138 API elements (30.2 %) 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.

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:bungie_api/api/app.dart that imports:
  • package:bungie_api/src/api/app.dart that imports:
  • package:bungie_api/src/responses/ienumerable_of_application_response.dart that imports:
  • package:compute/compute.dart that imports:
  • package:compute/src/compute.dart that imports:
  • package:compute/src/compute_io.dart that imports:
  • dart:isolate

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 1755 issues. Showing the first 2:

WARNING: The value of the local variable '_currentpage' isn't used.

lib/src/api/group_v2.dart:268:22

    ╷
268 │         final String _currentpage = '$currentpage';
    │                      ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/group_v2.dart

WARNING: The value of the local variable '_currentpage' isn't used.

lib/src/api/group_v2.dart:287:22

    ╷
287 │         final String _currentpage = '$currentpage';
    │                      ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/group_v2.dart

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
compute ^1.0.2 1.0.2 1.0.2
json_annotation ^4.0.0 4.9.0 4.9.0
Transitive dependencies
Package Constraint Compatible Latest
meta - 1.16.0 1.16.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.22.17, Dart 3.6.0.

Check the analysis log for details.

5
likes
125
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

This project implements Dart definitions and API helpers for the [Bungie.net API](https://github.com/Bungie-net/api).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

compute, json_annotation

More

Packages that depend on bungie_api