MarcelGarus / MarcelGarus/marquee
remove == operator override
Open
- Dominant language
- Dart
- Stars
- 363
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/marcelgarus/marquee/blob/df656fb04b05b269409b1c755de23906642dd430/lib/marquee.dart#L517-L532
these lines are pointless. first of all, what is the use case for such override?
secondly this won't work properly until you override [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) as well
Contributor guide
No contributing guide indexed for this repository
Research direction
Open lib/marquee.dart at lines 517-532 and inspect the == operator override in context. Remove the override as requested, then verify that the package remains valid and that the widget's existing behavior is unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100