termlib 0.5.0
termlib: ^0.5.0 copied to clipboard
Library that provides a set of utilities for terminal applications.
4
likes
160/ 160
pub points
116
downloads
We analyzed this package 4 days ago, and awarded it 160 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
205 out of 206 API elements (99.5 %) have documentation comments.
Some symbols that are missing documentation: color_util.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:termlib/termlib.dartthat declares support for platforms:Linux,macOS.
Package does not support platform `iOS`.
Because:
package:termlib/termlib.dartthat declares support for platforms:Linux,macOS.
Package does not support platform `Windows`.
Because:
package:termlib/termlib.dartthat declares support for platforms:Linux,macOS.
Package does not support platform `Web`.
Because:
package:termlib/termlib.dartthat declares support for platforms:Linux,macOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Linux`.
Because:
package:termlib/termlib.dartthat imports:package:termlib/src/termlib_base.dartthat imports:package:termlib/src/shared/terminal_overrides.dartthat imports:package:termlib/src/ffi/termos.dartthat imports:package:termlib/src/ffi/win/termos_win.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:termlib/termlib.dartthat imports:package:termlib/src/termlib_base.dartthat imports:package:termlib/src/shared/terminal_overrides.dartthat imports:package:termlib/src/ffi/termos.dartthat imports:package:termlib/src/ffi/win/termos_win.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
equatable |
^2.0.5 |
2.0.8 | 2.0.8 | |
ffi |
^2.1.0 |
2.1.5 | 2.1.5 | |
meta |
^1.15.0 |
1.18.0 | 1.18.0 | |
termansi |
^0.4.0 |
0.4.0 | 0.4.0 | |
termparser |
^0.4.0 |
0.4.0 | 0.4.0 | |
win32 |
^5.5.3 |
5.15.0 | 5.15.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.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.8, Dart 3.10.7.
Check the analysis log for details.