tsid_dart 0.1.0 copy "tsid_dart: ^0.1.0" to clipboard
tsid_dart: ^0.1.0 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.

0.0.4 #

  • Resolved Error in case of web.
    • Problem was about range of number
    • Resolved by replacing int to BigInt for web lib/src/tsid_web.dart
    • Some types are mismatched in tsid_default.dart and tsid_web.dart
      • Probably 'BigInt' will be used instead of 'int' for public methods

0.0.5 #

  • Added == Operator for the Tsid Comparison Test
2
likes
135
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