uiargs 0.1.0-develop.4
uiargs: ^0.1.0-develop.4 copied to clipboard
Universal visual asset library.
We analyzed this package 7 days ago, and awarded it 115 pub points (of a possible 160):
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 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/uiargs/flutter
was unreachable. Make sure that the website is reachable via HEAD
requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.1.0-develop.4").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
146 out of 396 API elements (36.9 %) have documentation comments.
Some symbols that are missing documentation: uiargs
, uiargs.Alias.Alias.new
, uiargs.BinaryLibrarySerializer
, uiargs.BinaryLibrarySerializer.BinaryLibrarySerializer.new
, uiargs.BinaryLibrarySerializer.deserialize
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
SDK issues found:
Package is not compatible with the Dart SDK.
Because:
uiargs
that depends on:vector_graphics_compiler
that is a package requiring flutter.
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:uiargs/uiargs.dart
that imports:package:uiargs/src/serializers/binary/binary.dart
that imports:package:uiargs/src/serializers/serializer.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:uiargs/uiargs.dart
that imports:package:uiargs/src/serializers/binary/binary.dart
that imports:package:uiargs/src/serializers/serializer.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/src/serializers/binary/tokens.dart:414:7
╷
414 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/serializers/binary/tokens.dart
INFO: Use 'TypeName _' instead of a type literal.
lib/src/serializers/binary/tokens.dart:90:15
╷
90 │ Color => colorSerializer.deserialize(reader),
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/serializers/binary/tokens.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
meta |
^1.9.1 |
1.17.0 | 1.17.0 | |
vector_graphics_codec |
^1.1.7 |
1.1.13 | 1.1.13 | |
vector_graphics_compiler |
^1.1.7 |
1.1.19 | 1.1.19 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 6.6.1 | 6.6.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.23
, Dart 3.9.3
.
Check the analysis log for details.