Skip to content

baiama/carrier_info_wp

Repository files navigation

carrier_info_wp

Carrier Info WP

Carrier Info WP gets carrierName and isoCountryCode without any permission. On pub dev a lots of packages doing same features and more. For this one, no need permissions.

Example: 
final _carrierInfoWp = CarrierInfoWp();
final info = await _carrierInfoWp.getInfo();

print(info.carrierName);
print(info.isoCountryCode);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published