Skip to main content
widgets

Chat

A simple chat interface with an easy API for quick integration

by ApptrixAI

About

A simple chat interface widget for Fyne with an easy API for quick integration, requiring only two methods on the message source and returning a basic message format.

Define a callback to enable the input field and send button, and messages can optionally be revealed one character at a time as they arrive, as chat bots often do.

addon screenshot

Installation

You can install this add-on using go get:

go get apptrix.org/components/widget/chat

Or you can download the code directly from git:

git clone https://github.com/apptrixAI/components