aisha 0.0.1
aisha: ^0.0.1 copied to clipboard
This Flutter package allows you to create a seamless voice call experience with an AI agent, similar to the ChatGPT app. It uses LangChain for answering questions based on the data you provide.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aishaThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aisha: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:aisha/aisha.dart';