blob: ed4b6994c861544c1027e50fecf6a7111118ae22 [file] [log] [blame]
name: equatable
description: A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
version: 3.0.0-dev.1
repository: https://github.com/felangel/equatable
issue_tracker: https://github.com/felangel/equatable/issues
homepage: https://github.com/felangel/equatable
documentation: https://github.com/felangel/equatable
topics: [equality, equals, macros]
funding: [https://github.com/sponsors/felangel]
environment:
sdk: ">=3.5.0 <4.0.0"
dependencies:
collection: ^1.0.0
macros: ^0.1.0-main.5
dev_dependencies:
test: ^1.0.0