dart_board_spacex_repository 1.2.6 copy "dart_board_spacex_repository: ^1.2.6" to clipboard
dart_board_spacex_repository: ^1.2.6 copied to clipboard

SpaceX GraphQL Access and Repository

0
likes
100/ 140
pub points
0%
popularity

We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 140):

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

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.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: dart_board_spacex_repository,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: dart_board_spacex_repository.

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: BSD-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

11 out of 39 API elements (28.2 %) have documentation comments.

Some symbols that are missing documentation: spacex_data_layer_feature, spacex_data_layer_feature.SpaceXDataLayerFeature, spacex_data_layer_feature.SpaceXDataLayerFeature.dependencies, spacex_data_layer_feature.SpaceXDataLayerFeature.implementationName, spacex_data_layer_feature.SpaceXDataLayerFeature.repository.

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 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:dart_board_spacex_repository/spacex_data_layer_feature.dart that imports:
  • package:dart_board_locator/dart_board_locator.dart that imports:
  • package:dart_board_core/dart_board_core.dart that imports:
  • package:dart_board_core/impl/dart_board_core.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 4 issues. Showing the first 2:

WARNING: The value of the field '_rockets' isn't used.

lib/impl/spacex_repository_graphql.dart:116:35

    ╷
116 │   List<GetRockets$Query$Rocket?>? _rockets;
    │                                   ^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/impl/spacex_repository_graphql.dart

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

lib/impl/spacex_repository_graphql.dart:123:11

    ╷
123 │     final result = await _client.query(options);
    │           ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/impl/spacex_repository_graphql.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
dart_board_core ^0.9.16+6 0.9.16+7 0.9.16+7
dart_board_locator ^0.9.11 0.9.12 0.9.12
dart_board_widgets ^1.9.0 1.10.0 1.10.0
equatable ^2.0.3 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
graphql ^5.1.3 5.1.3 5.1.3
json_annotation ^4.1.0 4.9.0 4.9.0
meta ^1.7.0 1.11.0 1.14.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
gql - 0.14.0 1.0.0+1
gql_dedupe_link - 2.0.3+1 2.0.3+1
gql_error_link - 0.2.3+1 1.0.0+1
gql_exec - 0.4.3 1.0.0+1
gql_http_link - 0.4.5 1.0.1+1
gql_link - 0.5.1 1.0.0+1
gql_transform_link - 0.2.2+1 1.0.0
hive - 2.2.3 2.2.3
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
intl - 0.17.0 0.19.0
logging - 1.2.0 1.2.0
material_color_utilities - 0.8.0 0.11.1
normalize - 0.7.2 0.9.1
path - 1.9.0 1.9.0
rxdart - 0.27.7 0.27.7
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
uuid - 3.0.7 4.4.0
vector_math - 2.1.4 2.1.4
web_socket_channel - 2.2.0 2.4.5

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, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.