diff options
author | Malik Talha <talhamalik727x@gmail.com> | 2023-10-23 02:00:01 +0500 |
---|---|---|
committer | Malik Talha <talhamalik727x@gmail.com> | 2023-10-26 21:36:57 +0500 |
commit | 8417e9daeecbdb3847de401b0fcc6304d246a787 (patch) | |
tree | a9dafba232ee7e458358861d1356636c079a12da /pubspec.yaml | |
parent | 8d38450e46ff3854ade4005c4132edfb1aabb9b4 (diff) |
Add flutter voice assistant app
A flutter based gRPC client Voice Assistant made specifically
to communicate with the Voice Agent service.
SPEC-4906
Signed-off-by: Malik Talha <talhamalik727x@gmail.com>
Change-Id: Ic4a382c1cdb78f1a79f985e3d37ce2fb06c53203
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 27 |
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 |