executorch_flutter 0.0.2 copy "executorch_flutter: ^0.0.2" to clipboard
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';
0
likes
140
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin package using ExecuTorch to allow model inference on Android, iOS, and macOS platforms.

Repository (GitHub)
View/report issues
Contributing

Topics

#machine-learning #inference #executorch #pytorch #mobile-ai

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image, meta

More

Packages that depend on executorch_flutter

Packages that implement executorch_flutter