executorch_flutter 0.5.0-rc.4 copy "executorch_flutter: ^0.5.0-rc.4" to clipboard
executorch_flutter: ^0.5.0-rc.4 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 Dart:

 $ dart pub add executorch_flutter

With Flutter:

 $ flutter pub add executorch_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  executorch_flutter: ^0.5.0-rc.4

Alternatively, your editor might support dart pub get or 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
0
points
484
downloads

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

Topics

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

License

unknown (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