Skip to content

Display all interfaces a class transitively implements #901

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

Closed
nex3 opened this issue Sep 14, 2015 · 2 comments
Closed

Display all interfaces a class transitively implements #901

nex3 opened this issue Sep 14, 2015 · 2 comments
Labels
P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug

Comments

@nex3
Copy link
Member

nex3 commented Sep 14, 2015

Right now, a class displays only the interfaces it implements directly. This means the user has to traverse through its entire inheritance tree to find everything it implements—for example, it's not clear that Utf8Decoder implements StreamTransformer, even though that's an important part of how it's used.

@sethladd sethladd added the type-enhancement A request for a change that isn't a bug label Sep 14, 2015
@sethladd
Copy link
Contributor

thanks for the feedback!

@jcollins-g jcollins-g added the P3 A lower priority bug or feature request label May 15, 2017
@srawlins
Copy link
Member

srawlins commented Aug 9, 2020

There is a breadcrumb trail of superclasses. [https://api.dart.dev/stable/2.9.0/dart-convert/Utf8Decoder-class.html] now shows StreamTransformerBase.

@srawlins srawlins closed this as completed Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants