objectid 1.1.1 copy "objectid: ^1.1.1" to clipboard
objectid: ^1.1.1 copied to clipboard

outdated

Blazing fast, cross-platform ObjectId implementation for the dart language.

1.1.1 09/05/2020 Stable version. #

  • Use StringBuffer instead of String class for hexString generation (almost 5 times faster generation of hexStrings).

1.1.0 09/05/2020 Stable version. #

  • Migrate package to effective dart style.
  • 100% tests coverage.
  • Improve readme docs.
    • Added badges.
    • Added benchmark section.

1.0.0 09/05/2020 Stable version. #

  • Added readme documentation

0.2.0 09/05/2020 #

  • Added unit tests
  • Restructured projects
  • Added fromBytes, fromValues and fromTimestamp constructors.
  • Renamed generationTime property to timestamp.
  • Added missing hashCode implementation based on murmurHash2.
  • Added bytes property.

0.1.0-dev.1 09/04/2020 Initial release. #

  • Added ObjectId class.
    • Added ObjectId() and ObjectId.fromHexString() constructors.
    • Added isValid helper method.
    • Added equality operator overload ==.
    • Added hexString and generationTime getters with caching support.
37
likes
40
points
32.6k
downloads

Publisher

verified publisherklyta.it

Weekly Downloads

Blazing fast, cross-platform ObjectId implementation for the dart language.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on objectid