executorch_flutter 0.5.0-rc.3 copy "executorch_flutter: ^0.5.0-rc.3" to clipboard
executorch_flutter: ^0.5.0-rc.3 copied to clipboard

ExecuTorch on-device ML inference for Flutter using dart:ffi — vision models plus experimental streaming LLM (Gemma 4). Android, iOS, macOS, Linux, Windows, Web.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate executorch_flutter

Use it

The package has the following executables:

$ setup_web

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.5.0-rc.3

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';
11
likes
130
points
439
downloads

Documentation

API reference

Publisher

verified publisherzcreations.info

Weekly Downloads

ExecuTorch on-device ML inference for Flutter using dart:ffi — vision models plus experimental streaming LLM (Gemma 4). Android, iOS, macOS, Linux, Windows, Web.

Repository (GitHub)
View/report issues
Contributing

Topics

#machine-learning #pytorch #ai #ffi #mobile

License

MIT (license)

Dependencies

code_assets, ffi, flutter, flutter_web_plugins, hooks, image, logging, meta, native_toolchain_cmake, path_provider

More

Packages that depend on executorch_flutter

Packages that implement executorch_flutter