textdetect_widget 0.0.2 copy "textdetect_widget: ^0.0.2" to clipboard
textdetect_widget: ^0.0.2 copied to clipboard

outdated

A flutter plugin to integrate the Google MLKit for iOS and Android. Live Camera Text Detection is available on current version.

textdetect_widget #

A flutter plugin to integrate the Google MLKit for iOS and Android. Live Camera Text Detection is available on current version.

USAGE #

To open camera from device, we need to pass companies list to detect in camera.

void _openCamera() {
    var companies = ["Tourism Holdings Limited","Port of Tauranga Limited","Metlifecare Limited"];
    TextdetectWidget.openCamera(companies);
}

#

2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A flutter plugin to integrate the Google MLKit for iOS and Android. Live Camera Text Detection is available on current version.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on textdetect_widget