on_device_ai 0.0.1 copy "on_device_ai: ^0.0.1" to clipboard
on_device_ai: ^0.0.1 copied to clipboard

A cross-platform Flutter plugin for fast, on-device AI/ML inference using Core ML (iOS) and TensorFlow Lite (Android).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add on_device_ai

With Flutter:

 $ flutter pub add on_device_ai

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

dependencies:
  on_device_ai: ^0.0.1

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:on_device_ai/on_device_ai.dart';
0
likes
0
points
293
downloads

Publisher

unverified uploader

Weekly Downloads

A cross-platform Flutter plugin for fast, on-device AI/ML inference using Core ML (iOS) and TensorFlow Lite (Android).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on on_device_ai

Packages that implement on_device_ai