In Android we have https://developer.android.com/reference/android/text/util/Linkify
and https://developer.android.com/reference/android/widget/TextView#attr_android:autoLink
so for example if you SMS someone an address properly formatted with city state it lets you pull up google maps when you tap on it.
How do you achieve this in flutter? The packages I find either support only url, or emamil or phone number maybe but not address.