fuzbiz 0.0.1
fuzbiz: ^0.0.1 copied to clipboard
A Flutter package for building a smart chat app where users can log in and ask questions about services the model is trained to understand.
Fuzbiz #
Fuzbiz is a Flutter package for building smart chat-based applications, similar to ChatGPT. It enables users to log in and interact with an AI model trained to provide domain-specific service responses.
β¨ Features #
- π Secure user login
- π¬ AI-powered chat interface
- π§ Trained for specific services or domains
- π Webview support for custom rendering
- π± Built with responsive and modern Flutter UI
π Getting Started #
Add the package to your pubspec.yaml:
dependencies:
fuzbiz: ^0.0.1
Then run:
bash
Copy
Edit
flutter pub get
π¦ Usage
Hereβs a basic usage example:
dart
Copy
Edit
import 'package:fuzbiz/fuzbiz.dart';
void main() {
runApp(const FuzBuzChat(url: "https://obl.fuzionest.com"),);
}
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Links
Homepage
Repository