Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixins with superclass constraints should be listed on those superclasses' pages #3406

Closed
Hixie opened this issue May 4, 2023 · 0 comments · Fixed by #3844
Closed

Mixins with superclass constraints should be listed on those superclasses' pages #3406

Hixie opened this issue May 4, 2023 · 0 comments · Fixed by #3844
Assignees
Labels
P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug

Comments

@Hixie
Copy link
Contributor

Hixie commented May 4, 2023

Mixins with superclass constraints should be listed on those superclasses' pages.

For example:
https://master-api.flutter.dev/flutter/widgets/SlottedMultiChildRenderObjectWidgetMixin-mixin.html
...should be listed on:
https://master-api.flutter.dev/flutter/widgets/RenderObjectWidget-class.html

That would help people trying to follow breadcrumbs. (Specifically, it would have helped me find SlottedMultiChildRenderObjectWidgetMixin just now!)

@srawlins srawlins added type-enhancement A request for a change that isn't a bug P2 A bug or feature request we're likely to work on labels May 4, 2023
@srawlins srawlins self-assigned this Aug 24, 2024
srawlins added a commit to srawlins/dartdoc that referenced this issue Aug 24, 2024
"Implementers" is loose. The list of "implementors" of a class (etc.), _C_,
includes classes (etc.) that extend, implement, mix in, or
use-as-a-superclass-constraint, _C_.

Fixes dart-lang#3406
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants