Skip to content

Commit

Permalink
Add topics to pubspec.yaml
Browse files Browse the repository at this point in the history
Topics help users on pub.dev discover packages and related packages.

You can see a list of [topics here](https://pub.dev/topics).
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
  • Loading branch information
szakarias committed Jun 4, 2024
1 parent 2302814 commit b50ceac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: >-
behavior verification, and stubbing.
repository: https://github.com/dart-lang/mockito

topics:
- testing
- mocking

environment:
sdk: ^3.3.0

Expand Down

0 comments on commit b50ceac

Please sign in to comment.