alan_voice 2.0.9 copy "alan_voice: ^2.0.9" to clipboard
alan_voice: ^2.0.9 copied to clipboard

outdated

Alan voice plugin. One can easily add voice interaction to exisiting app with this plugin See more on the homepage and in the docs section - https://alan.app/docs

alan_voice #

Alan voice plugin

About #

This plugin helps you to integrate Alan voice experience into your Flutter app

Quickstart #

Add Alan Voice dependency to your app

your pubspec.yaml file:

dependencies:
  flutter:
    sdk: flutter
    ...
    
  alan_voice: 2.0.9

First add alan_voice package dependency

import 'package:alan_voice/alan_voice.dart';

Add Alan button to your main widget

AlanVoice.addButton(
        "8e0b083e795c924d64635bba9c3571f42e956eca572e1d8b807a3e2338fdd0dc/stage",
        buttonAlign: AlanVoice.BUTTON_ALIGN_LEFT);
  1. That's it. Now run your app and press the button!

See this page for more info.

106
likes
0
pub points
87%
popularity

Publisher

unverified uploader

Alan voice plugin. One can easily add voice interaction to exisiting app with this plugin See more on the homepage and in the docs section - https://alan.app/docs

Homepage

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter, package_info

More

Packages that depend on alan_voice