Skip to content Skip to sidebar Skip to footer

Running The Firebase Ml Vision Api Calls Inside A Compute/isolate Function

I have been playing around with the Firebase ML Vision https://pub.dartlang.org/packages/firebase_ml_vision and have so far integrated the Text recognition within my application. M

Solution 1:

Using platform channels from other isolates than the main isolate is know to have issues

https://github.com/flutter/flutter/issues/13937

Post a Comment for "Running The Firebase Ml Vision Api Calls Inside A Compute/isolate Function"