Closed
Description
Introducing the FinderBase<CandidateType>
implementation introduces a lot of things that need to be cleaned up, deprecated, etc. This ticket will act as a followup to #123634 but be purely focused on cleanup, allowing #123634 to focus on cleanly introducing the new API.
Cleanup:
- Deprecate
finders.dart#Finder
- References to
Finder
should be updated toWidgetFinder
- References to
- Deprecate
finders.dart#ChainedFinder
in lieu ofChainedFinderMixin
- Deprecate
finders.dart#MatchFinder
in lieu ofMatchFinderMixin
- Deprecate the methods in
_LegacyFinderMixin
and migrate to theFinderBase
API internally