Skip to content
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

Merged
merged 2 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/flame/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- game-engine
- games
- animations

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flame_audio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- audio

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/flame_behavior_tree/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- flame
- flame
- behavior-tree


environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flame_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- state-management

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flame_fire_atlas/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- tools

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_forge2d/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- forge2d
- physics
Comment on lines +9 to +12
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
topics:
- flame
- forge2d
- physics
topics:
- flame
- forge2d
- physics
- box2d


environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flame_isolate/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: flame_isolate
description: Flame wrapper for integral_isolates making multi-threading easy in Flame
version: 0.6.0+1
repository: https://github.com/flame-engine/flame/blob/main/packages/flame_isolate
topics:
- flame
- isolate

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
6 changes: 5 additions & 1 deletion packages/flame_jenny/jenny/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: jenny
description: YarnSpinner equivalent for Dart.
description: YarnSpinner narrative game tools equivalent for Dart.
version: 1.3.0
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_jenny/jenny
funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- yarnspinner
- text

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/flame_jenny/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flame_lint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- lints

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_lottie/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- lottie
- animations

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flame_markdown/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- markdown

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_network_assets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- assets
- network-assets

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flame_noise/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- noise
Comment on lines +9 to +11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
topics:
- flame
- noise
topics:
- flame
- noise
- perlin-noise


environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/flame_oxygen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
Comment on lines +9 to +10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
topics:
- flame
topics:
- flame
- ecs


environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_rive/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- rive
- animations

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flame_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- state-management

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flame_spine/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- animations

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/flame_splash_screen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flame_sprite_fusion/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- tilemap

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_svg/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- svg
- vector-graphics

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- test
- testing

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/flame_texturepacker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- spritesheet

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_tiled/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
topics:
- flame
- tiled
- tilemap

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
Loading