find_ai_chat 0.1.0 copy "find_ai_chat: ^0.1.0" to clipboard
find_ai_chat: ^0.1.0 copied to clipboard

Flutter SDK for embedding the Find AI chat assistant in Flutter apps (mobile & web). Provides a drop-in widget with floating, drawer, and embedded modes, SSE streaming, and full programmatic control.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add find_ai_chat

With Flutter:

 $ flutter pub add find_ai_chat

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  find_ai_chat: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:find_ai_chat/find_ai_chat.dart';
2
likes
0
points
231
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter SDK for embedding the Find AI chat assistant in Flutter apps (mobile & web). Provides a drop-in widget with floating, drawer, and embedded modes, SSE streaming, and full programmatic control.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_markdown_plus, http, shared_preferences

More

Packages that depend on find_ai_chat