Skip to content

Regenerated to match spec #285

Regenerated to match spec

Regenerated to match spec #285

GitHub Actions / Analysis of vrchat_dart succeeded Apr 14, 2024 in 57s

Package analysis results for vrchat_dart

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

159 out of 163 API elements (97.5 %) have documentation comments.

Some symbols that are missing documentation: vrchat_dart, vrchat_dart.FriendLocationEvent.instance, vrchat_dart.FriendOnlineEvent.instance, vrchat_dart.UserLocationEvent.instance.

βœ” 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
cookie_jar ^4.0.1 4.0.8 4.0.8
dio ^5.0.0 5.4.3+1 5.4.3+1
dio_cookie_manager ^3.0.0 3.1.1 3.1.1
dio_response_validator ^0.2.1 0.2.3 0.2.3
json_annotation ^4.7.0 4.8.1 4.8.1
vrchat_dart_generated ^1.12.0 1.16.7 1.16.7
web_socket_channel ^2.4.0 2.4.5 2.4.5
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
http_parser - 4.0.2 4.0.2
meta - 1.14.0 1.14.0
path - 1.9.0 1.9.0
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
universal_io - 2.2.2 2.2.2
web - 0.5.1 0.5.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

Versions