From e6f3c2495943c1f4e060880d36f3de7e2e10fb65 Mon Sep 17 00:00:00 2001 From: Alesia <104492428+alesiaradkevich@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:34:25 +0300 Subject: [PATCH] Add topics to pubspec.yaml (#29) --- pubspec.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 2c3f9e2..55dac1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,6 +3,12 @@ description: The `VrPlayer` lets you play 360° and VR videos smoothly on Androi version: 0.2.0 homepage: "https://github.com/What-the-Flutter/VR-Player" +topics: + - vr + - vr-player + - virtual-reality + - video + environment: sdk: ">=3.0.0 <4.0.0" flutter: ">=3.10.0"