how to check if string is a link in flutter code example Example: dart regex for url bool _validURL = Uri.parse(URL).isAbsolute;