appstream_dart 0.2.2
appstream_dart: ^0.2.2 copied to clipboard
High-performance AppStream XML parser with C++23 FFI bridge. Parses AppStream catalog metadata into SQLite with Drift ORM, multi-language translations, FTS5 search, and streaming progress events.
We analyzed this package 12 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
1872 out of 3179 API elements (58.9 %) have documentation comments.
Some symbols that are missing documentation: appstream.ComponentEvent.ComponentEvent.new, appstream.ComponentEvent.id, appstream.ComponentEvent.name, appstream.ComponentEvent.summary, appstream.ComponentParsed.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Linux
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:appstream_dart/appstream_dart.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:appstream_dart/appstream_dart.dartthat declares support for platforms:Linux.
Package does not support platform `Windows`.
Because:
package:appstream_dart/appstream_dart.dartthat declares support for platforms:Linux.
Package does not support platform `macOS`.
Because:
package:appstream_dart/appstream_dart.dartthat declares support for platforms:Linux.
Package does not support platform `Web`.
Because:
package:appstream_dart/appstream_dart.dartthat declares support for platforms:Linux.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
bin/query.dart:5:45
╷
5 │ /// dart run bin/query.dart [--db <path>] <command> [args...]
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/query.dart
INFO: Angle brackets will be interpreted as HTML.
bin/query.dart:8:14
╷
8 │ /// search <term> Full-text search for components
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/query.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
code_assets |
^1.0.0 |
1.0.0 | 1.0.0 | |
drift |
^2.22.0 |
2.31.0 | 2.33.0 | |
ffi |
^2.1.0 |
2.2.0 | 2.2.0 | |
hooks |
^1.0.2 |
1.0.3 | 1.0.3 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
sqlite3 |
^2.4.0 |
2.9.4 | 3.3.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.18.2 | 1.18.2 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
record_use |
- | 0.6.0 | 0.6.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.4.0` on sqlite3 does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions sqlite3 to update the constraint.
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.12, Dart 3.11.5.
Check the analysis log for details.