Holaa is an AI enabled chatbot that can be used for a range of differnet tasks from Help and FAQ to online ticket bookings. This is a flutter package that makes the integration of holaa onto mobile devices much easier.
- Add holaa to your pubspec.yaml file
dependencies: holaa: ^0.0.
- Run Pub get
flutter pub get
- Import the package
import 'package:holaa/holaa.dart';
Holaa.holaaChat(
context: context,
projectName: "<YOUR_PROJECT_NAME>");