artisanal 0.2.0+1
artisanal: ^0.2.0+1 copied to clipboard
A full-stack terminal toolkit for Dart featuring Lip Gloss styling, Bubble Tea TUI architecture, and Ultraviolet rendering.
We analyzed this package 9 hours ago, and awarded it 140 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
6243 out of 8426 API elements (74.1 %) have documentation comments.
Some symbols that are missing documentation: args.ArgParser.getDefault, args.ArgParserException.ArgParserException.new, args.UsageException, args.UsageException.UsageException.new, args.UsageException.message.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:artisanal/artisanal.dartthat imports:package:artisanal/liquid.dartthat imports:package:artisanal/src/liquid/liquid.dartthat imports:package:artisanal/src/tui/bubbles/components/panel.dartthat imports:package:artisanal/src/tui/bubbles/components/base.dartthat imports:package:artisanal/src/tui/component.dartthat imports:package:artisanal/src/tui/model.dartthat imports:package:artisanal/src/tui/msg.dartthat imports:package:artisanal/src/uv/terminal_renderer.dartthat imports:package:ultraviolet/src/uv/terminal_renderer.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: 'package:artisanal_widgets/artisanal_widgets.dart' is experimental and could be removed or changed at any time.
lib/src/tui/tui.dart:270:1
╷
270 │ ┌ export 'package:artisanal_widgets/artisanal_widgets.dart'
271 │ └ hide Key, LocalKey, UniqueKey, ValueKey;
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/tui/tui.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
acanthis |
^1.5.1 |
1.5.4 | 1.5.4 | |
args |
^2.7.0 |
2.7.0 | 2.7.0 | |
artisanal_widgets |
^0.1.0 |
0.1.0+1 | 0.1.0+1 | |
chalkdart |
^3.0.5 |
3.1.0 | 3.1.0 | |
characters |
^1.4.1 |
1.4.1 | 1.4.1 | |
forge2d |
^0.14.2+1 |
0.14.2+1 | 0.14.2+1 | |
highlight |
^0.7.0 |
0.7.0 | 0.7.0 | |
html |
^0.15.5 |
0.15.6 | 0.15.6 | |
html_unescape |
^2.0.0 |
2.0.0 | 2.0.0 | |
image |
^4.7.1 |
4.8.0 | 4.8.0 | |
liquify |
^1.5.1 |
1.5.1 | 1.5.1 | |
markdown |
^7.3.0 |
7.3.0 | 7.3.0 | |
meta |
^1.12.0 |
1.18.1 | 1.18.1 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
petitparser |
^7.0.1 |
7.0.2 | 7.0.2 | |
ultraviolet |
^0.1.1+1 |
0.1.1+1 | 0.1.1+1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.9 | 4.0.9 | |
async |
- | 2.13.0 | 2.13.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
email_validator |
- | 3.0.0 | 3.0.0 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
gato |
- | 0.0.5+1 | 0.0.5+1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
nanoid2 |
- | 2.0.1 | 2.0.1 | |
openapi_types |
- | 2.0.2 | 2.0.2 | |
posix |
- | 6.5.0 | 6.5.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
timezone |
- | 0.11.0 | 0.11.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaml |
- | 3.1.3 | 3.1.3 | |
yaml_writer |
- | 2.1.0 | 2.1.0 |
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.