xybrid_flutter 0.1.0-alpha6
xybrid_flutter: ^0.1.0-alpha6 copied to clipboard
Xybrid Flutter SDK — run ML models on-device or in the cloud with intelligent hybrid routing and streaming inference.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add xybrid_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
xybrid_flutter: ^0.1.0-alpha6Alternatively, 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:xybrid_flutter/xybrid_flutter.dart';