Skip to content

Make equatable_utils.dart accessible #205

@intraector

Description

@intraector

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions