facundomedica / fast_qr_reader_view

A Fast QR Reader widget for Flutter. For both Android and iOS
MIT License
294 stars 163 forks source link

Failed to find provider com.google.android.gms.phenotype for user 0 #72

Closed neumartin closed 4 years ago

neumartin commented 4 years ago

Hi!

In Android 9 tablet emulator (Genymotion) and in physical device (Galaxy Tab Android 9) I can't make it work. In Android 8 works fine, but in 9 I get this error:

Message: Failed to find provider com.google.android.gms.phenotype for user 0; expected to find a valid ContentProvider for this authority
E/flutter ( 1989): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: QRReaderException(Uninitialized QRReaderController, startScanning was called on uninitialized QRReaderController)
neumartin commented 4 years ago

I thins the error was Google Play no installed, when I install Google Play works fine. Thanks!