linkfy_text icon indicating copy to clipboard operation
linkfy_text copied to clipboard

Fix/localhost ip urls

Open loqmanali opened this issue 8 months ago • 1 comments

loqmanali avatar Apr 12 '25 04:04 loqmanali

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:

loqmanali avatar Apr 12 '25 04:04 loqmanali