serverpod_tui 0.2.1 copy "serverpod_tui: ^0.2.1" to clipboard
serverpod_tui: ^0.2.1 copied to clipboard

A collection of tools for building terminal user interfaces.

150/ 160
pub points
14k
downloads

We analyzed this package 4 hours ago, and awarded it 150 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://serverpod.dev was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

254 out of 449 API elements (56.6 %) have documentation comments.

Some symbols that are missing documentation: components, form, serverpod_tui, serverpod_tui.AlertLine.AlertLine.new, serverpod_tui.AlertLine.alert.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:serverpod_tui/serverpod_tui.dart that imports:
  • package:serverpod_tui/src/log/tui_log_writer.dart that imports:
  • package:serverpod_tui/src/app_state_holder.dart that imports:
  • package:serverpod_tui/src/clipboard.dart that imports:
  • package:nocterm/nocterm.dart that imports:
  • package:nocterm/src/components/image.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: The argument type 'FormConfig

lib/src/form/state.dart:169:35

    ╷
169 │     final value = _selectionState[config];
    │                                   ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/form/state.dart

INFO: The argument type 'FormConfig

lib/src/form/state.dart:177:28

    ╷
177 │     return _selectionState[config]?.cast<T>();
    │                            ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/form/state.dart

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
cli_tools ^0.13.1 0.13.1 0.13.1
collection ^1.18.0 1.19.1 1.19.1
intl ^0.20.2 0.20.2 0.20.2
meta ^1.15.0 1.18.3 1.18.3
nocterm ^0.6.0 0.6.0 0.7.0
path ^1.9.0 1.9.1 1.9.1
serverpod_logging ^0.1.0 0.1.0 0.1.0
stream_transform ^2.1.0 2.1.1 2.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
ansi_escape_codes - 2.2.1 3.1.2
archive - 4.0.9 4.0.9
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
checked_yaml - 2.0.4 2.0.4
ci - 0.1.0 0.1.0
clock - 1.1.2 1.1.2
config - 0.9.0 0.9.0
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
dart_mappable - 4.8.0 4.8.0
equatable - 2.0.8 2.0.8
ffi - 2.2.0 2.2.0
hotreloader - 4.4.0 4.4.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image - 4.9.1 4.9.1
isolated_object - 0.1.0 0.1.0
json_annotation - 4.12.0 4.12.0
logging - 1.3.0 1.3.0
markdown - 7.3.1 7.3.1
matcher - 0.12.20 0.12.20
oauth2 - 2.0.5 2.0.5
petitparser - 7.0.2 7.0.2
posix - 6.5.0 6.5.0
pub_api_client - 3.2.0 3.2.0
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
quiver - 3.2.2 3.2.2
rfc_6901 - 0.2.1 0.2.1
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
super_string - 1.0.3 1.0.3
term_glyph - 1.2.2 1.2.2
test_api - 0.7.12 0.7.12
type_plus - 2.1.1 2.1.1
typed_data - 1.4.0 1.4.0
vm_service - 15.2.0 15.2.0
watcher - 1.2.1 1.2.1
web - 1.1.1 1.1.1
xml - 7.0.1 7.0.1
yaml - 3.1.3 3.1.3
zmodem - 0.0.6 0.0.6

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.6.0` on nocterm does not support the stable version `0.7.0`, that was published 5 days ago.

When nocterm is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions nocterm to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
0
likes
150
points
14k
downloads

Documentation

API reference

Publisher

verified publisherserverpod.dev

Weekly Downloads

A collection of tools for building terminal user interfaces.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

cli_tools, collection, intl, meta, nocterm, path, serverpod_logging, stream_transform

More

Packages that depend on serverpod_tui