Flutter – Detect if a string contains a phone number in dart
I'm trying to figure out how to detect if a given string contains a phone number in Dart, whether starting with a country code or zero. I have searched for various methods to see if a string contains a phone…