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
105/ 140
pub points
33%
popularity

We analyzed this package 16 hours ago, and awarded it 105 pub points (of a possible 140):

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 9244 API elements (29.9 %) 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.ActivityGraphNodeHighlightType.ActivityGraphNodeHighlightType, activity_graph_node_highlight_type.ActivityGraphNodeHighlightTypeExtension, activity_graph_node_highlight_type.ActivityGraphNodeHighlightTypeExtension.value.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
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
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
20 / 20trigger 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.14.0 1.14.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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

5
likes
105
pub points
33%
popularity

Publisher

unverified uploader

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