cedvdb / phone_numbers_parser

Dart phone number parser, based on libphonenumber and PhoneNumberKit.
https://pub.dev/packages/phone_numbers_parser
MIT License
63 stars 33 forks source link

V7 #30

Closed cedvdb closed 2 years ago

cedvdb commented 2 years ago

@mrclauss

I built on top of what you did to have a more streamlined API. There is only parse now, but I had to change some of the logic, which made the parser way cleaner imo.

here is the new parser: https://github.com/cedvdb/phone_numbers_parser/blob/v7/lib/src/parsers/phone_parser.dart

fixes https://github.com/cedvdb/phone_numbers_parser/issues/29