You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm an idiot, I see this table. Though Google didn't make it easy to figure out!!!
Is the code that checks/installs the barcode module kind of more for simulators etc? I can see that because the line is in the manifest, that should mean the module is downloaded at the time our app is downloaded meaning that isGoogleBarcodeScannerModuleAvailable will always return true on apps downloaded from the play store?
Plugin(s)
Current problem
isGoogleBarcodeScannerModuleAvailable
andinstallGoogleBarcodeScannerModule
... what if the app is offline?How can I bundle dependencies in such a way that I don't have to do that check?
Preferred solution
Don't download dependencies via a line of code in my app.... bundle what's needed already like a normal app.
Alternative options
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: