-
-
Notifications
You must be signed in to change notification settings - Fork 932
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
chore: Add topics to pubspec files #3171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just suggested a few more
@@ -6,6 +6,8 @@ funding: | |||
- https://opencollective.com/blue-fire | |||
- https://github.com/sponsors/bluefireteam | |||
- https://patreon.com/bluefireoss | |||
topics: | |||
- flame |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- flame | |
- flame | |
- behavior-tree |
topics: | ||
- flame | ||
- forge2d | ||
- physics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
topics: | |
- flame | |
- forge2d | |
- physics | |
topics: | |
- flame | |
- forge2d | |
- physics | |
- box2d |
topics: | ||
- flame | ||
- noise |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
topics: | |
- flame | |
- noise | |
topics: | |
- flame | |
- noise | |
- perlin-noise |
topics: | ||
- flame |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
topics: | |
- flame | |
topics: | |
- flame | |
- ecs |
Description
This adds topics to the packages so that they are more easily discoverable through pub.
Checklist
docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?
Related Issues