dvai_bridge 4.0.1 copy "dvai_bridge: ^4.0.1" to clipboard
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.

example/README.md

dvai_bridge example #

This package follows the project-wide convention of scripted samples only — there is no in-tree example app. To exercise the plugin against a real Flutter app:

  1. Create a fresh app:
    flutter create my_dvai_app
    cd my_dvai_app
    flutter pub add dvai_bridge
    
  2. Follow the Flutter SDK guide for the iOS Podfile + Android settings.gradle.kts snippets.
  3. Drop the snippet from the README into lib/main.dart and flutter run against an iOS simulator or Android emulator.

The CI smoke workflow at .github/workflows/test-flutter.yml builds a scripted minimal example app to keep the integration honest without checking it into the package source.

0
likes
60
points
89
downloads

Documentation

Documentation
API reference

Publisher

verified publisherdeepvoiceai.co

Weekly Downloads

Local-LLM bridge with an OpenAI-compatible HTTP server for Flutter (iOS + Android). Wraps the native DVAIBridge SDKs via Pigeon-generated platform channels.

Repository (GitHub)
View/report issues
Contributing

License

unknown (license)

Dependencies

dart_jsonwebtoken, flutter, meta, package_info_plus, path_provider, pointycastle

More

Packages that depend on dvai_bridge

Packages that implement dvai_bridge