Zfinix / carrier_info

📱 Carrier Info gets networkType, networkGeneration, mobileCountryCode, mobileCountryCode, e.t.c from both android and iOS devices.
MIT License
34 stars 48 forks source link

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

Open yairsts opened 2 years ago

yairsts commented 2 years ago

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)