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

A TSID Port for Dart libraries or applications. it probably possible to run on any platform, however it was tested on macos and web only.

110/ 160
pub points
177
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

2 out of 32 API elements (6.3 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: tsid_dart.Tsid, tsid_dart.Tsid.Tsid.fromBytes, tsid_dart.Tsid.Tsid.fromNumber, tsid_dart.Tsid.Tsid.fromString, tsid_dart.Tsid.Tsid.getTsid.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ macOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:tsid_dart/tsid_dart.dart that declares support for platforms: macOS, Web.
Package does not support platform `iOS`.

Because:

  • package:tsid_dart/tsid_dart.dart that declares support for platforms: macOS, Web.
Package does not support platform `Windows`.

Because:

  • package:tsid_dart/tsid_dart.dart that declares support for platforms: macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:tsid_dart/tsid_dart.dart that declares support for platforms: macOS, Web.

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

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

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

WARNING: The declaration 'counter' isn't referenced.

lib/src/tsid_web.dart:421:21

    ╷
421 │   static BigInt get counter {
    │                     ^^^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
collection ^1.18.0 1.19.1 1.19.1
convert ^3.1.1 3.1.2 3.1.2
decimal ^2.3.3 2.3.3 3.2.4
Transitive dependencies
Package Constraint Compatible Latest Notes
rational - 2.2.3 2.2.3
typed_data - 1.4.0 1.4.0

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

The constraint `^2.3.3` on decimal does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions decimal 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.10, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
110
points
177
downloads

Publisher

unverified uploader

Weekly Downloads

A TSID Port for Dart libraries or applications. it probably possible to run on any platform, however it was tested on macos and web only.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, convert, decimal

More

Packages that depend on tsid_dart