dify_flutter 1.0.1 copy "dify_flutter: ^1.0.1" to clipboard
dify_flutter: ^1.0.1 copied to clipboard

A comprehensive Flutter package for integrating Dify AI platform with beautiful chat UI components. Features include real-time messaging, conversation management, and customizable UI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dify_flutter

With Flutter:

 $ flutter pub add dify_flutter

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

dependencies:
  dify_flutter: ^1.0.1

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:dify_flutter/dify_flutter.dart';
5
likes
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package for integrating Dify AI platform with beautiful chat UI components. Features include real-time messaging, conversation management, and customizable UI.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, http, intl, provider, shared_preferences, uuid, web_socket_channel

More

Packages that depend on dify_flutter