summaryrefslogtreecommitdiff
path: root/player-android/pubspec.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'player-android/pubspec.yaml')
-rw-r--r--player-android/pubspec.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/player-android/pubspec.yaml b/player-android/pubspec.yaml
new file mode 100644
index 0000000..cd4d900
--- /dev/null
+++ b/player-android/pubspec.yaml
@@ -0,0 +1,18 @@
+name: player_android
+description: Player Android client
+publish_to: "none"
+version: 0.1.0+1
+
+environment:
+ sdk: ">=3.3.0 <4.0.0"
+
+dependencies:
+ flutter:
+ sdk: flutter
+
+dev_dependencies:
+ flutter_test:
+ sdk: flutter
+
+flutter:
+ uses-material-design: true