ui_market 1.0.6
ui_market: ^1.0.6 copied to clipboard
A CLI tool for browsing, installing, and uploading Flutter UI packs from the Flutter UI Marketplace.
We analyzed this package 2 days ago, and awarded it 60 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/thihasithuleon369kk-rgb/ui_market was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/thihasithuleon369kk-rgb/ui_market was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/thihasithuleon369kk-rgb/ui_market/issues was unreachable. Make sure that the website is reachable via HEAD requests.
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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting ui_market... Discovering libraries... ERR: dartdoc 9.0.0 (/tmp/analyzerWJDJUU/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.10.7.snapshot) failed: fatal error: unable to locate the input directory at '/tmp/pana_HAQVJB/lib/src/registry'. #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218:7) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205:27) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82:55) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:198:32) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:281:22)
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:ui_market/ui_market.dartthat imports:package:ui_market/src/core/logger.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'src/registry/registry_client.dart'.
lib/ui_market.dart:25:8
╷
25 │ export 'src/registry/registry_client.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/ui_market.dart
ERROR: Target of URI doesn't exist: 'src/registry/github_release_client.dart'.
lib/ui_market.dart:26:8
╷
26 │ export 'src/registry/github_release_client.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/ui_market.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
analyzer |
^6.4.1 |
6.4.1 | 10.0.0 | |
archive |
^3.4.10 |
3.6.1 | 4.0.7 | |
args |
^2.4.2 |
2.7.0 | 2.7.0 | |
cli_util |
^0.4.1 |
0.4.2 | 0.4.2 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
pub_semver |
^2.1.4 |
2.2.0 | 2.2.0 | |
yaml |
^3.1.2 |
3.1.3 | 3.1.3 | |
yaml_edit |
^2.2.0 |
2.2.3 | 2.2.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 67.0.0 | 93.0.0 | |
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.17.0 | 1.17.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.4.1` on analyzer does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions analyzer to update the constraint.
The constraint `^3.4.10` on archive does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions archive to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
URI_DOES_NOT_EXIST-lib/ui_market.dart:25:8- Target of URI doesn't exist: 'src/registry/registry_client.dart'.URI_DOES_NOT_EXIST-lib/ui_market.dart:26:8- Target of URI doesn't exist: 'src/registry/github_release_client.dart'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.5, Dart 3.10.7.
Check the analysis log for details.