executorch_flutter 0.0.2
executorch_flutter: ^0.0.2 copied to clipboard
A Flutter plugin package using ExecuTorch to allow model inference on Android, iOS, and macOS platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add executorch_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
executorch_flutter: ^0.0.2
Alternatively, 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:executorch_flutter/executorch_flutter.dart';