autocomplete 0.2.0
autocomplete: ^0.2.0 copied to clipboard
Fig-style CLI completion specs and runtime (parse command, load spec, get suggestions). Pure Dart
We analyzed this package 13 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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 autocomplete... Discovering libraries... Linking elements... Precaching local docs for 151776 elements... Initialized dartdoc with 815 libraries Generating docs for library autocomplete.dart from package:autocomplete/autocomplete.dart... Generating docs for library specs/where.dart from package:autocomplete/specs/where.dart... Generating docs for library specs/remotion.dart from package:autocomplete/specs/remotion.dart... Generating docs for library specs/-.dart from package:autocomplete/specs/-.dart... Generating docs for library specs/sudo.dart from package:autocomplete/specs/sudo.dart... [666 more lines] ERR: warning: unresolved doc reference [maxLoadedSpecs] from registry.evictOldSpecsIfNeeded: (file:///tmp/pana_KXIHMW/lib/src/registry.dart:39:6) warning: unresolved doc reference ["filepaths", "folders"] from template.runTemplates: (file:///tmp/pana_KXIHMW/lib/src/template.dart:50:38) warning: unresolved doc reference [ensureSpecLoaded] from runtime.setDefaultEnsureSpecLoaded: (file:///tmp/pana_KXIHMW/lib/src/runtime.dart:974:6) warning: unresolved doc reference ['dart'] from adapter.CompleteAdapter.listDirectory: (file:///tmp/pana_KXIHMW/lib/src/adapter.dart:43:33) warning: unresolved doc reference ['exs', 'ex'] from generators.FilepathsOptions.extensions: (file:///tmp/pana_KXIHMW/lib/src/generators.dart:19:23) [99 more lines]
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 114 issues. Showing the first 2:
WARNING: Unused import: 'package:autocomplete/specs/infracost/0.10.0.dart'.
lib/specs/all_specs_v2.dart:313:8
╷
313 │ import 'package:autocomplete/specs/infracost/0.10.0.dart'
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/specs/all_specs_v2.dart
WARNING: Unused import: 'package:autocomplete/specs/infracost/0.9.0.dart'.
lib/specs/all_specs_v2.dart:315:8
╷
315 │ import 'package:autocomplete/specs/infracost/0.9.0.dart'
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/specs/all_specs_v2.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
yaml |
^3.1.0 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 |
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.10, Dart 3.11.1.
Check the analysis log for details.