-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Description
From @anders-sandholm on August 11, 2017 13:56
From @mnordine on August 11, 2017 13:1
Search results on https://pub.dartlang.org/ could be improved with the addition of categories for packages. It could also improve the home page by listing packages via popular categories. These categories must match a pre-defined list. For prior art, see https://crates.io/ and http://doc.crates.io/manifest.html
From the previous link:
# This is a list of up to five categories where this crate would fit.
# Categories are a fixed list available at crates.io/category_slugs, and
# they must match exactly.
categories = ["...", "..."]Copied from original issue: dart-lang/sdk#30419
Copied from original issue: dart-lang/pub#1685
srawlins, jodinathan, platelk, hentoesch, thosakwe and 11 more