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.
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:
- Create a fresh app:
flutter create my_dvai_app cd my_dvai_app flutter pub add dvai_bridge - Follow the Flutter SDK guide
for the iOS Podfile + Android
settings.gradle.ktssnippets. - Drop the snippet from the README into
lib/main.dartandflutter runagainst 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.