A Flutter plugin used to find links in plain texts

Smart Text Flutter

A Flutter plugin used to detect links in texts using NSDataDetector on iOS and TextClassifier on Android

It uses NSDataDetector for iOS and TextClassifier for Android.

Notes

DateTime is not supported on Android
Address is not supported on Android 8.1 (API 27) and below
There is no default implementation for when DateTime is clicked (the formatted date returned in the callback in case)