Akshay Raina
Akshay Raina
Can you please merge this request, I cannot build because it keeps saying `No such module 'MLKit' `
@seth35us No I didn’t try manually changing the file as it will be overwritten on flutter pub get anyways. @salkuadrat merging this pull request will probably solve all these issues.
@mityax Can I use your fork for entity extraction as well?
@mityax Did you get any error like this after your changes? ``` Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_MLKEntityAnnotation", referenced from: objc-class-ref in SwiftLearningEntityExtractionPlugin.o "_OBJC_CLASS_$_MLKModelDownloadConditions", referenced from: objc-class-ref in SwiftLearningEntityExtractionPlugin.o "_OBJC_CLASS_$_MLKEntityExtractionParams",...
@fbernaly This plugin was meant as a substitute for the official google ml kit that you mentioned, since at that time google_ml_kit was missing a lot of ios implementations like...