uibundle 0.1.0-develop.1
uibundle: ^0.1.0-develop.1 copied to clipboard
Universal visual asset bundle.
We analyzed this package 38 hours 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/uibundle/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.1").
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
198 out of 487 API elements (40.7 %) have documentation comments.
Some symbols that are missing documentation: uibundle
, uibundle.Alias.Alias.new
, uibundle.Alias.fromType
, uibundle.BinaryBundleSerializer
, uibundle.BinaryBundleSerializer.BinaryBundleSerializer.new
.
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:
uibundle
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:uibundle/uibundle.dart
that imports:package:uibundle/src/serializers/binary/binary.dart
that imports:package:uibundle/src/serializers/serializer.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:uibundle/uibundle.dart
that imports:package:uibundle/src/serializers/binary/binary.dart
that imports:package:uibundle/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 15 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/src/serializers/binary/schema1/tokens/tokens.dart:542:7
╷
542 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/serializers/binary/schema1/tokens/tokens.dart
INFO: Use 'TypeName _' instead of a type literal.
lib/src/serializers/binary/schema1/tokens/tokens.dart:150:15
╷
150 │ Color => colorSerializer.deserialize(reader),
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/serializers/binary/schema1/tokens/tokens.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.17.1 |
1.19.1 | 1.19.1 | |
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 | |
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.24
, Dart 3.9.4
.
Check the analysis log for details.