linkfy_text
linkfy_text copied to clipboard
Fix/localhost ip urls
Add Support for localhost and IP Address URLs
Fixes #21 - URLs with localhost or IP addresses are not being properly detected and linked.
Changes Made
1. URL Regular Expression Update
In lib/src/utils/regex.dart:
2. Test Cases Added
In test/utils/regex_test.dart:
3. Example App Updates
In example/lib/main.dart: