Skip to content

Upgraded dependency major versions (#12) #283

Upgraded dependency major versions (#12)

Upgraded dependency major versions (#12) #283

GitHub Actions / Analysis of vrchat_dart_generated succeeded Mar 24, 2024 in 44s

Package analysis results for vrchat_dart_generated

Score

140/140 points
(100.0%)

Supported platforms

  • Flutter
    • android
    • ios
    • windows
    • linux
    • macos
    • web
  • Dart
    • native-aot
      Can be aot compiled with eg. dart2native (Can use dart:io but not dart:mirrors)
    • native-jit
      Can be run with the dart vm in jit mode. (Can use dart:io and dart:mirrors)
    • web
      Can be compiled with DDC and dart2js. (Can use dart:html and friends, not dart:io, dart:mirrors, dart:ffi, etc.)

Details

Follow Dart file conventions (30/30)

βœ” 10/10 points: Provide a valid pubspec.yaml

βœ” 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: MIT.

Provide documentation (20/20)

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

629 out of 1632 API elements (38.5 %) have documentation comments.

Some symbols that are missing documentation: vrchat_dart_generated, vrchat_dart_generated.APIConfig, vrchat_dart_generated.APIConfig.defaultAvatar, vrchat_dart_generated.APIConfig.deploymentGroup, vrchat_dart_generated.APIConfig.downloadUrls.

βœ” 10/10 points: Package has an example

Platform support (20/20)

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

  • βœ“ Android
  • βœ“ iOS
  • βœ“ Windows
  • βœ“ Linux
  • βœ“ macOS
  • βœ“ Web

Pass static analysis (50/50)

βœ” 50/50 points: code has no errors, warnings, lints, or formatting issues

Support up-to-date dependencies (20/20)

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

Package Constraint Compatible Latest
dio ^5.0.0 5.4.1 5.4.1
json_annotation ^4.4.0 4.8.1 4.8.1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
collection - 1.18.0 1.18.0
http_parser - 4.0.2 4.0.2
meta - 1.12.0 1.12.0
path - 1.9.0 1.9.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2

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

Versions