We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bd5de commit 94c185aCopy full SHA for 94c185a
lib/src/model/package.dart
@@ -269,7 +269,7 @@ class Package extends LibraryContainer
269
void initializeCategories() {
270
defaultCategory = Category(null, this, config);
271
nameToCategory = {};
272
- for (var library in libraries) {
+ for (var library in libraries.wherePublic) {
273
addToCategories(library, (c) => c.libraries.add(library));
274
for (var constant in library.constants) {
275
addToCategories(constant, (c) => c.constants.add(constant));
0 commit comments