quicui_linker 1.0.0
quicui_linker: ^1.0.0 copied to clipboard
Differential AOT linker for QuicUI code push patches. Links compiled patches with runtime environment.
We analyzed this package 25 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: quicui_linker.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: quicui_linker, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
10/10 points: 20% or more of the public API has dartdoc comments
87 out of 197 API elements (44.2 %) have documentation comments.
Some symbols that are missing documentation: quicui_linker.ChangedRegion, quicui_linker.ChangedRegion.ChangedRegion.new, quicui_linker.ChangedRegion.length, quicui_linker.ChangedRegion.offset, quicui_linker.ChangedRegion.section.
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)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:quicui_linker/quicui_linker.dartthat imports:package:quicui_linker/src/vmcode_generator.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: The variable name 'nfat_arch' isn't a lowerCamelCase identifier.
lib/src/macho_parser.dart:78:13
╷
78 │ final nfat_arch = ByteData.sublistView(data, 4, 8).getUint32(0, Endian.big);
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/macho_parser.dart
/tmp/pana_LVSFIF/bin/link.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
typed_data |
- | 1.4.0 | 1.4.0 |
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.23.3, Dart 3.10.4.
Check the analysis log for details.