autocomplete 0.1.5
autocomplete: ^0.1.5 copied to clipboard
Fig-style CLI completion specs and runtime (parse command, load spec, get suggestions). Pure Dart
We analyzed this package 3 days 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 151707 elements... Initialized dartdoc with 814 libraries Generating docs for library specs/@magnolia/cli.dart from package:autocomplete/specs/@magnolia/cli.dart... Generating docs for library specs/astro.dart from package:autocomplete/specs/astro.dart... Generating docs for library specs/lsof.dart from package:autocomplete/specs/lsof.dart... Generating docs for library specs/doggo.dart from package:autocomplete/specs/doggo.dart... Generating docs for library specs/nocorrect.dart from package:autocomplete/specs/nocorrect.dart... [666 more lines] ERR: warning: unresolved doc reference ["sql", "sqlite", "sqlite3", "db"] from sqlite3.dbFilepath: (file:///tmp/pana_ODEPXD/lib/specs/sqlite3.dart:10:7) in documentation inherited from sqlite3.dbFilepath: (file:///tmp/pana_ODEPXD/lib/specs/sqlite3.dart:10:7) warning: unresolved doc reference [...gccBase.options, stdOption] from gcc.gccSpec: (file:///tmp/pana_ODEPXD/lib/specs/gcc.dart:2850:15) in documentation inherited from gcc.gccSpec: (file:///tmp/pana_ODEPXD/lib/specs/gcc.dart:2850:15) error: file already written at "specs_task_go_task/index.html" for symbol go_task: (file:///tmp/pana_ODEPXD/lib/specs/task/go_task.dart:1:1) conflicting with file already generated by task_go_task: (file:///tmp/pana_ODEPXD/lib/specs/task_go_task.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. [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 118 issues. Showing the first 2:
WARNING: Unused import: 'package:autocomplete/specs/example/git_push.dart'.
lib/specs/all_specs_v2.dart:233:8
╷
233 │ import 'package:autocomplete/specs/example/git_push.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/example/trigger.dart'.
lib/specs/all_specs_v2.dart:235:8
╷
235 │ import 'package:autocomplete/specs/example/trigger.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.0.
Check the analysis log for details.