fuzbiz 0.0.3 copy "fuzbiz: ^0.0.3" to clipboard
fuzbiz: ^0.0.3 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, AI-powered chat interfaces—similar to ChatGPT. It allows users to log in and chat with a model trained to answer questions about specific services.


✨ Features #

  • 🔐 User login and authentication
  • 💬 Interactive chat interface
  • 🧠 Trained model for domain-specific Q&A
  • 🌐 WebView support via webview_flutter
  • 📱 Clean, responsive Flutter UI

📦 Installation #

Add the following to your pubspec.yaml:

dependencies:
  fuzbiz: ^0.0.3

Then run:

flutter pub get

🚀 Usage #

Here’s a basic usage example:

import 'package:fuzbiz/fuzbiz.dart';

void main() {
  runApp(
    const FuzBizChat(
      url: "*****************",
    ),
  );
}

💡 Make sure to replace the URL with your actual backend or AI model endpoint.


📂 Example App #

To try out the package with a live example:

cd example
flutter run

📄 License #

This project is licensed under the MIT License – see the LICENSE file for details.


Built with ❤️ using Flutter

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