terminice 0.0.11
terminice: ^0.0.11 copied to clipboard
The best and easiest way to build terminal-based applications in Dart. With 30+ prompts and viewers, beautiful themes, and ease of use.
We analyzed this package 31 hours ago, and awarded it 90 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.
10/10 points: 20% or more of the public API has dartdoc comments
177 out of 230 API elements (77.0 %) have documentation comments.
Some symbols that are missing documentation: terminice, terminice.CheatSheetExtensions, terminice.ChoiceItem.ChoiceItem.new, terminice.ChoiceItem.label, terminice.ChoiceItem.subtitle.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
ERROR: The named parameter 'hintStyle' isn't defined.
lib/src/guides/help_center.dart:138:9
╷
138 │ hintStyle: HintStyle.bullets,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/guides/help_center.dart
ERROR: The named parameter 'showConnector' isn't defined.
lib/src/guides/help_center.dart:139:9
╷
139 │ showConnector: true,
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/guides/help_center.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
intl |
^0.20.0 |
0.20.2 | 0.20.2 | |
terminice_core |
^0.0.8 |
0.0.9 | 0.0.9 | |
time_plus |
^1.3.2 |
1.3.2 | 1.3.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 |
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.