Closed cedvdb closed 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.
parse
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
@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