-
-
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) · 671 Bytes
/
pubspec.yaml
File metadata and controls
23 lines (19 loc) · 671 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: ">=2.12.0 <4.0.0"
dependencies:
collection: ^1.15.0
meta: ^1.3.0
dev_dependencies:
test: ^1.16.0
screenshots:
- description: The equatable package logo.
path: doc/assets/equatable_logo.png