carrier_info_wp 1.0.1 copy "carrier_info_wp: ^1.0.1" to clipboard
carrier_info_wp: ^1.0.1 copied to clipboard

Simple carrier info plugin

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);
3
likes
150
points
275
downloads

Publisher

unverified uploader

Weekly Downloads

Simple carrier info plugin

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on carrier_info_wp