Regenerate #296
GitHub Actions / Analysis of vrchat_dart_generated
succeeded
May 19, 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
674 out of 1745 API elements (38.6 %) 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.3+1 | 5.4.3+1 |
json_annotation |
^4.4.0 |
4.9.0 | 4.9.0 |
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.15.0 | 1.15.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
- Pana: 0.22.3
- Dart: 3.4.0
- Flutter: 3.22.0
Loading