Pravinkumar Putta

Results 14 comments of Pravinkumar Putta

I'm also having the same issue. It's breaking all plugins working. All plugins have gone missing after installing this plugin. Is there any solution for this?

> > I'm also having the same issue. It's breaking all plugins working. > > All plugins have gone missing after installing this plugin. > > Is there any solution...

I'm facing the same problem. But in my case, the iOS target version is already 9.0. **My flutter_facebook_login.podspec** ![My flutter_facebook_login.podspec](https://user-images.githubusercontent.com/45730502/82758733-fb845400-9e05-11ea-9dab-4e9f22cf1c7a.png) **My Pod file** ![My Pod file](https://user-images.githubusercontent.com/45730502/82758788-4dc57500-9e06-11ea-91c9-f1c1db9de051.png) **pod install error:** ```...

It worked by uncommenting 2nd line from project pod file. Thanks...

Android speech-to-text API uses the inbuilt feature of the phone. I've been using this feature for the past 2 years. I think there is no need of any API key.

![image](https://user-images.githubusercontent.com/45730502/110116513-9c645e80-7ddd-11eb-8167-5f4e77082a92.png) Hi, I'm also facing the same issue on Samsung Galaxy J2. I developed an app in Cordova and VueJs. It's working fine on some of the phones. Even if...

> accessing Hi @juny58 , I'm also facing a similar problem in ionic. Can you just brief me on how do you solve this?

I'm also facing the same issue on some devices. ``` java.lang.RuntimeException: at android.hardware.Camera.native_getParameters (Native Method) at android.hardware.Camera.getParameters (Camera.java:2281) at com.journeyapps.barcodescanner.camera.CameraManager$CameraPreviewCallback.onPreviewFrame (CameraManager.java:103) at android.hardware.Camera$EventHandler.handleMessage (Camera.java:1318) at android.os.Handler.dispatchMessage (Handler.java:107) at android.os.Looper.loop (Looper.java:198)...

I'm also facing the same issue on some devices. ``` java.lang.RuntimeException: at android.hardware.Camera.native_getParameters (Native Method) at android.hardware.Camera.getParameters (Camera.java:2281) at com.journeyapps.barcodescanner.camera.CameraManager$CameraPreviewCallback.onPreviewFrame (CameraManager.java:103) at android.hardware.Camera$EventHandler.handleMessage (Camera.java:1318) at android.os.Handler.dispatchMessage (Handler.java:107) at android.os.Looper.loop (Looper.java:198)...

I'm not able to fetch the products on iOS 17.3, it's throwing error as `Invalid parameters passed to "register"`. Complete IAP flow got broken. Can anyone facing the same?