Rishabh Agrawal
Rishabh Agrawal
Hi I've some understanding issue with this library Please Help me(as I'm not getting in my head what problems this library solves ) as you've mentioned > When creating a...
I'm getting "file is null" once i select the file which i want to upload below are the detailed log i get from browser console. > TypeError: "file is null"...
Based on this line https://github.com/andrey-ushakov/flutter_bluetooth_basic/blob/a7d60a3a77b8b3e3af2f3db86cde56fcb000949c/android/src/main/java/com/tablemi/flutter_bluetooth_basic/DeviceConnFactoryManager.java#L156C34-L156C34 we are calling like this `isOpenPort = deviceConnFactoryManagers[id].mPort.openPort()` whereas in other method we call `isOpenPort = mPort.openPort()` is it intentional ?
I've tried below all possible statement for validateCardNumber but none of them working please guide me what I'm doing wrong ``` 1. console.log(stripe.card.validateCardNumber('4242424242424242')); 2. stripe.card.validateCardNumber('4242424242424242',function(res){ console.log(res); }); 3. stripe.card.validateCardNumber('4242424242424242').then(function (res)...