Sahid Rahutomo

Results 3 comments of Sahid Rahutomo

just change your package code -> bluetooth_print.dart from : `BluetoothPrint._() { _channel.setMethodCallHandler((MethodCall call) { _methodStreamController.add(call); return; } as Future Function(MethodCall)?); }` to this: `BluetoothPrint._() { _channel.setMethodCallHandler((MethodCall call) async{ _methodStreamController.add(call); return;...

> i checked on web and our plugin works fine is this issue happen often ? i don't know for sure, but when i tested flutter web on mobile device(android...

you're rock bro