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

outdated

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.

TSID-Dart #

A Dart library for generating Time-Sorted Unique Identifiers (TSID).

This library is a Dart implementation of tsid-creator

Create a TSID:

  var tsid = Tsid.getTsid();

Create a TSID as long:

var number = Tsid.getTsid().toLong();

create a TSID as string:

var string = Tsid.getTsid().toString();

Dependency #

# pubspec.yaml
...
dependencies:
  tsid_dart: ^0.0.2
...
2
likes
0
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

License

unknown (license)

Dependencies

collection, convert, decimal

More

Packages that depend on tsid_dart