dvai_bridge 4.0.1
dvai_bridge: ^4.0.1 copied to clipboard
Local-LLM bridge with an OpenAI-compatible HTTP server for Flutter (iOS + Android). Wraps the native DVAIBridge SDKs via Pigeon-generated platform channels.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dvai_bridgeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dvai_bridge: ^4.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dvai_bridge/dvai_bridge.dart';