fuzbiz 0.0.1 copy "fuzbiz: ^0.0.1" to clipboard
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

2
likes
0
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on fuzbiz