nettyfinder 1.0.0 copy "nettyfinder: ^1.0.0" to clipboard
nettyfinder: ^1.0.0 copied to clipboard

A flutter package that detect the type of network a phone number belongs to. Credits to Bolaji Ayodeji the original author in javaScript.

example/nettyfinder_example.dart

import "../lib/nettyfinder.dart";

void main() {
  var netFinder = NetworkTypeDetect("+2347012345678 "); // Airtel

  // Return null if number is valid but not recognized
  print('Network Type: ${netFinder() ?? 'Not a recognized number'}');
}
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A flutter package that detect the type of network a phone number belongs to. Credits to Bolaji Ayodeji the original author in javaScript.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on nettyfinder