- Add "add every missing fields" dart fix for "missing_field_in_equatable_props" lint
- Add "call super in overrided equatable props" dart fix for "always_call_super_props_when_overriding_equatable_props" lint
- Upgrade custom lint to 0.2.12
- Upgrade custom lint to 0.1.1
- Add fix to show multiple lints when there are multiple fields
- Change package ownership
- Fix bug that count static fields in create_equatable_props_with_every_fields lint
- Fix bug that count getter and setter in create_equatable_props_with_every_fields lint
- Initial version.