felangel / felangel/equatable

Make equatable_utils.dart accessible

Open
#205 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Dart
Stars
1.1k
Forks
118
PR merge metrics
No merged PRs in 30d

Description

It can sometimes be necessary to check for equality between two objects of a dynamic type. The `objectsEquals(Object? a, Object? b)` method seems ideal for this purpose.

However, this method is located in `equatable_utils.dart`, which is a private library within the equatable package and isn't exposed for public use. While it can be imported directly, this approach results in a linter warning.

I propose making the `objectsEquals` method, or the entire `equatable_utils.dart` library, publicly accessible to resolve this issue.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.