slang_retail_assistant 8.9.2
slang_retail_assistant: ^8.9.2 copied to clipboard
The client library for adding and interacting with Slang CONVA's Retail In-App Voice Assistant.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add slang_retail_assistantWith Flutter:
$ flutter pub add slang_retail_assistantThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
slang_retail_assistant: ^8.9.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:slang_retail_assistant/slang_retail_assistant.dart';