the_country_number library

Classes

NotANumber
A class that will be returned when parsing fails
PlainNumber
TheCountry
Class having all the vitals about a Country
TheCountryNumber
A small library for flutter written in pure dart (doesn't use libphonenumber) which parses a phone number or iso2 code of a country to give you some vitals about the country, this library is a singleton so you can use the library right-away.
TheNumber
A class having all the vitals about a Country's number, this is generally obtained by using TheCountryNumber().parse()