terminal_library 0.0.6 copy "terminal_library: ^0.0.6" to clipboard
terminal_library: ^0.0.6 copied to clipboard

A Cross Platform Terminal Library Easy Maintaned And Support On Everywhere Platform

60/ 160
pub points
24
downloads

We analyzed this package 3 days ago, and awarded it 60 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://github.com/azkadev/terminal_library was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/azkadev/terminal_library was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/azkadev/terminal_library/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Documentation URL doesn't exist.

At the time of the analysis https://github.com/azkadev/terminal_library/tree/main/docs was unreachable. Make sure that the website is reachable via HEAD requests.

Funding URL doesn't exist.

At the time of the analysis https://github.com/sponsors/generalfoss 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: MIT.

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

1740 out of 3170 API elements (54.9 %) have documentation comments.

Some symbols that are missing documentation: actions, ascii, ascii.Ascii.Ascii.new, async_queue, async_queue.AsyncQueue.AsyncQueue.new.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 9 issues. Showing the first 2:

ERROR: The argument type 'int?' can't be assigned to the parameter type 'num'.

lib/ssh_library/core/sftp/sftp_client.dart:602:29

    ╷
602 │       if (bytessRecieved >= length) {
    │                             ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ssh_library/core/sftp/sftp_client.dart

INFO: Missing type annotation.

lib/isolate/none.dart:40:3

   ╷
40 │   listen(Future<dynamic> Function(dynamic data) callback) {}
   │   ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/isolate/none.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
asn1lib ^1.5.3 1.6.5 1.6.5
collection ^1.19.0 1.19.1 1.19.1
convert ^3.1.1 3.1.2 3.1.2
equatable ^2.0.3 2.1.0 2.1.0
ffi ^2.1.3 2.2.0 2.2.0
general_lib ^0.0.62 0.0.71 0.0.71 Discontinued
general_lib_flutter ^0.0.41 0.0.42 0.0.42
io_universe ^0.0.5 0.0.8 0.0.8
mason_logger ^0.3.1 0.3.5 0.3.5
meta ^1.12.0 1.19.0 1.19.0
path ^1.9.0 1.9.1 1.9.1
pinenacl ^0.6.0 0.6.0 0.6.0
pointycastle ^3.9.1 3.9.1 4.0.0
quiver ^3.0.0 3.2.2 3.2.2
yaml ^3.1.3 3.1.3 3.1.3
yaml_writer ^2.0.1 2.1.0 2.1.0
zmodem ^0.0.6 0.0.6 0.0.6
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.2.0 4.2.0
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
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
crypto - 3.0.7 3.0.7
encrypt - 5.0.3 5.0.3
fixnum - 1.1.1 1.1.1
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image - 4.9.2 4.9.2
io - 1.0.5 1.0.5
js - 0.7.2 0.7.2 Discontinued
matcher - 0.12.20 0.12.20
material_color_utilities - 0.13.0 0.13.1
posix - 6.5.2 6.5.2
qr - 3.0.2 4.0.0
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
term_glyph - 1.2.2 1.2.2
test_api - 0.7.13 0.7.13
typed_data - 1.4.0 1.4.0
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
win32 - 5.15.0 6.4.0
zxing2 - 0.2.4 0.2.4

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

The constraint `^3.9.1` on pointycastle does not support the stable version `4.0.0`.

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • general_lib.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/ssh_library/core/sftp/sftp_client.dart:602:29 - The argument type 'int?' can't be assigned to the parameter type 'num'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.18, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
60
points
24
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A Cross Platform Terminal Library Easy Maintaned And Support On Everywhere Platform

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

github.com
github.com

License

MIT (license)

Dependencies

asn1lib, collection, convert, equatable, ffi, flutter, general_lib, general_lib_flutter, io_universe, mason_logger, meta, path, pinenacl, pointycastle, quiver, yaml, yaml_writer, zmodem

More

Packages that depend on terminal_library