carrier_info icon indicating copy to clipboard operation
carrier_info copied to clipboard

Error when try to get the carrier name when don't exist sim

Open yairsts opened this issue 3 years ago • 0 comments

when I try to get the carrier name when don't exist a sim I get this error:

PlatformException(no_carrier_name, No carrier name, , null)

#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:607:7) #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:177:18) #2 CarrierInfo.carrierName (package:carrier_info/src/carrier_info.dart:19:7) #3 CarrierInfo.all (package:carrier_info/src/carrier_info.dart:70:20) #4 LoginBloc.start (package:ocpp/pages/login/login_bloc.dart:39:15)

yairsts avatar Feb 16 '22 09:02 yairsts