object_reference 1.0.2 copy "object_reference: ^1.0.2" to clipboard
object_reference: ^1.0.2 copied to clipboard

outdated

A simple object reference system in dart.

1.0.2 #

  • ref.dart:

    • Changed calculation of hashCode, because if the internal _ref held an as it's value, then calling , on the _ref caused an .

      • OLD

          int get hashCode => hashValues(_ref.hashCode, hashList(_ref), value.hashCode);
        
      • NEW

          int get hashCode => hashValues(_ref.hashCode, value.hashCode);
        

1.0.1 #

  • ref.dart:

    • Added factory constructors . and .

1.0.0 #

For detailed information of the added files, read their dartdoc.


0.0.1 #

  • Initial release.
4
likes
50
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A simple object reference system in dart.

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on object_reference