Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ricardodalarme
Copy link

@ricardodalarme ricardodalarme commented Nov 18, 2025

Status

READY

Breaking Changes

NO

Description

Introduce equatable_lint package using the new Analyzer system. It also includes a very first do_include_all_fields_in_props lint rule.

Related Issue

Impact to Remaining Code Base

We might want to move the current equatable code to packages/equatable

Visual Reference

Screenshot 2025-11-17 at 23 39 53

}

Set<String>? _extractPropsNames(FunctionBody body) {
if (body is! ExpressionFunctionBody) return null;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: also include a check for BlockFunctionBody. IMO we could do that in a later PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant