googlesamples / mlkit

A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
Apache License 2.0
3.56k stars 2.93k forks source link

Pose detection using BlazePose with Flutter #273

Closed sattyamjjain closed 3 years ago

sattyamjjain commented 3 years ago

Hello,

I want to use ML Kit Pose Detection API using BlazePoes with flutter, Since Currently android and ios version is available. https://pub.dev/packages/firebase_ml_vision (Firebase Ml Vision) is available but still in https://firebase.google.com/docs/ml-kit, blazePose is not implemented. Can You please tell me How can I use it in flutter?

ai-plays commented 3 years ago

Hi sattyamjjain,

The firebase mlkit is deprecated. Here is the standalone new one. Unfortunately, we don't have direct Flutter support at the moment and no plan to add it in near future. We can re-evaluate if we can more requests.

In the meantime, you could try calling the the Android/iOS native API from Flutter? https://www.appsdeveloperblog.com/calling-android-native-code-in-flutter/ https://www.appsdeveloperblog.com/calling-ios-native-code-in-flutter/

no-1ne commented 3 years ago

https://github.com/FirebaseExtended/flutterfire/discussions/5631