runanywhere_mlx 0.20.10
runanywhere_mlx: ^0.20.10 copied to clipboard
Apple MLX backend for RunAnywhere Flutter SDK with on-device LLM, VLM, embeddings, speech recognition, and speech synthesis.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add runanywhere_mlxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
runanywhere_mlx: ^0.20.10Alternatively, 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:runanywhere_mlx/runanywhere_mlx.dart';