-
-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathpubspec.yaml
More file actions
23 lines (19 loc) · 668 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
23 lines (19 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: equatable
description: A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
version: 2.0.8
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]
funding: [https://github.com/sponsors/felangel]
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
collection: ^1.0.0
meta: ^1.0.0
dev_dependencies:
test: ^1.0.0
screenshots:
- description: The equatable package logo.
path: doc/assets/equatable_logo.png