A Flutter package for integrating holaa.ai chatbot

  chat, packages, Packages

Flutter package for holaa

Holaa is an AI-enabled chatbot that can be used for a range of different 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.

Installation

  1. Add holaa to your pubspec.yaml file

dependencies: holaa: ^0.0.

  1. Run Pub get

flutter pub get

  1. Import the package
import 'package:holaa/holaa.dart';

Setup

 Holaa.holaaChat( 
      context: context, 
      projectName: "<YOUR_PROJECT_NAME>");

Output

Alt Text

Getting Started

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Download Flutter package for holaa Source Code on GitHub

https://github.com/innovationincubatoradvisory/holaa-flutter