Skip to content

innovationincubatoradvisory/holaa-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

banner


Website holaa.ai GitHub license PRs Welcome GitHub stars

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.

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