aboutsummaryrefslogtreecommitdiffstats
path: root/pubspec.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'pubspec.yaml')
-rw-r--r--pubspec.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml
new file mode 100644
index 0000000..2dfd425
--- /dev/null
+++ b/pubspec.yaml
@@ -0,0 +1,27 @@
+name: flutter_voiceassistant
+description: Offline voice assistant app designed for Automotive Grade Linux (AGL).
+
+version: 0.0.1+1
+
+environment:
+ sdk: '>=2.18.0 <3.0.0'
+
+dependencies:
+ flutter:
+ sdk: flutter
+
+ provider: ^6.0.0
+ grpc: ^3.1.0
+ protobuf: ^2.1.0
+
+dev_dependencies:
+ flutter_test:
+ sdk: flutter
+
+ flutter_lints: ^1.0.0
+
+flutter:
+ uses-material-design: true
+ assets:
+ - assets/agl_logo.png
+ - assets/config.json \ No newline at end of file