flutter_ml_helper 0.0.2 copy "flutter_ml_helper: ^0.0.2" to clipboard
flutter_ml_helper: ^0.0.2 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 Dart:

 $ dart pub add flutter_ml_helper

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 dart pub get):

dependencies:
  flutter_ml_helper: ^0.0.2

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:flutter_ml_helper/flutter_ml_helper.dart';
1
likes
0
points
30
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

Topics

#flutter #machine-learning #tensorflow-lite #ml-kit #cross-platform

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

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

More

Packages that depend on flutter_ml_helper