blob: f716f6e4186796728723bc4df98a2f31ba1e8b82 [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.0
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