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

Easy integration with TensorFlow Lite and ML Kit for Flutter applications. Supports all 6 platforms with WASM compatibility.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ml_helper

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

dependencies:
  flutter_ml_helper: ^0.0.1

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:flutter_ml_helper/flutter_ml_helper.dart';
1
likes
160
points
37
downloads

Publisher

verified publisherbechattaoui.dev

Weekly Downloads

Easy integration with TensorFlow Lite and ML Kit for Flutter applications. Supports all 6 platforms with WASM compatibility.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_ml_kit, image, path, path_provider, permission_handler, tflite_flutter

More

Packages that depend on flutter_ml_helper