SourceHorizon / logger

Small, easy to use and extensible logger which prints beautiful logs.
https://pub.dev/packages/logger
MIT License
197 stars 33 forks source link

Add `topics` to `pubspec.yaml` #74

Closed jonasfj closed 3 months ago

jonasfj commented 3 months ago

Topics helps users on pub.dev discover packages, and related packages.

You can see a list of topics here. You can also make your own topics.

Topics are added to pubspec.yaml as follows:

topics:
 - my-topic
 - some-other-topic

See also: https://dart.dev/tools/pub/pubspec#topics

Bungeefan commented 3 months ago

Thanks for the PR and the information about pub.dev topics!