commander_ui 3.0.0
commander_ui: ^3.0.0 copied to clipboard
Commander is a Dart library for creating user interfaces within the terminal.
We analyzed this package 15 hours ago, and awarded it 110 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
94 out of 1290 API elements (7.3 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: prompt.InlineCommander.error, prompt.InlineCommander.info, prompt.InlineCommander.success, prompt.InlineCommander.warn, prompt.PromptCancelledException.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:commander_ui/prompt.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `iOS`.
Because:
package:commander_ui/prompt.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `Web`.
Because:
package:commander_ui/prompt.dartthat declares support for platforms:Windows,Linux,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
WARNING: The value of the field '_lib' isn't used.
lib/src/tui/terminal/unix_terminal.dart:57:24
╷
57 │ final DynamicLibrary _lib;
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/tui/terminal/unix_terminal.dart
INFO: The variable name 'c_iflag' isn't a lowerCamelCase identifier.
lib/src/tui/terminal/unix_terminal.dart:36:16
╷
36 │ external int c_iflag;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/tui/terminal/unix_terminal.dart
0/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 | |
ffi |
^2.1.3 |
2.2.0 | 2.2.0 | |
mansion |
^0.1.0 |
0.1.0+3 | 0.1.0+3 | |
win32 |
^5.7.0 |
5.15.0 | 6.3.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
- | 1.18.2 | 1.18.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^5.7.0` on win32 does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions win32 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.12.0.
Check the analysis log for details.