-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Categorize dart:*
libraries on api.dartlang.org
#32297
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
Comments
@jcollins-g – how hard is this to setup? CC @whesse |
There are command line flags to dartdoc to organize packages as subcategories, but there is no subpackage categorization, which is what you're asking for here. |
@jcollins-g – does this become a feature request for dartdoc then? |
Yes. |
Blocked by dart-lang/dartdoc#1610 |
Here is how flutter does it: https://github.com/flutter/flutter/blob/master/dev/tools/dartdoc.dart#L119 |
Talked offline, but to recap, flutter depends on categories aligning to packages. Within a package (e.g. the SDK), that's a new feature. |
@jcollins-g Can you please move to a current milestone (Dart2 beta3/beta4/stable)? |
I believe @kevmoo already did this. |
Yup...
…On Tue, Mar 20, 2018 at 8:52 AM jcollins-g ***@***.***> wrote:
I believe @kevmoo <https://github.com/kevmoo> already did this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32297 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABCigOyVOn1XdYXN4Q_RncYmxTSMp7Fks5tgSWzgaJpZM4SRUbE>
.
|
Dartdoc fix landed in dart-lang/dartdoc@628acf6 - which is in 0.18.0 |
Bug: #32297 Change-Id: Id99c98c1b908c5a4b42594cd7e73cd92e089bbca Reviewed-on: https://dart-review.googlesource.com/48450 Commit-Queue: Janice Collins <[email protected]> Reviewed-by: Devon Carew <[email protected]> Reviewed-by: William Hesse <[email protected]>
Fixed in f386b36 |
Uh oh!
There was an error while loading. Please reload this page.
The current layout is flat. It's not clear which APIs are usable where.
https://api.dartlang.org/be/154136/index.html
We should group these:
Flutter does a good job here: https://docs.flutter.io/
The text was updated successfully, but these errors were encountered: