Regenerated to match spec #277
GitHub Actions / Analysis of vrchat_dart
succeeded
Feb 11, 2024 in 1m 40s
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.0 | 5.4.0 |
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.5 | 1.16.5 |
web_socket_channel |
^2.4.0 |
2.4.3 | 2.4.3 |
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.12.0 | 1.12.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.4.2 | 0.4.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
- Pana: 0.21.45
- Dart: 3.2.6
- Flutter: 3.16.9
Loading