简体   繁体   中英

Integrating ML Kit in Flutter without MLKit Plugin

I have an app built on flutter, and want to implement ML Kit to the app. I have a pose detection model written in Java and would like to implement this feature to the app. How do I go on about this without using the flutter plugin?

You can implement native code features via method channel but you have to code platform specified seprate code for all platforms.

You can check this link method channel

Another one way is use flutter package google_ml_kit

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM