Commit Graph

23 Commits

Author SHA1 Message Date
JohnE 0133104d41 MOD: library ver bumps 2025-10-06 19:18:16 -07:00
JohnE fdb497e1ed MOD: ignore example/ios/Flutter/ephemeral/ showing up in project 2025-10-06 19:11:45 -07:00
loqmanali e2b9589ced fix: Support URLs with hyphenated domains and localhost/IP addresses - Add support for hyphenated domain names (Fixes #22) - Add support for localhost URLs (Fixes #21) - Add support for IP address URLs - Update tests and example app - Update dependencies 2025-10-06 17:02:08 -07:00
loqmanali 43cb1b79cd fix: Support URLs with hyphenated domain names - Updated URL regex pattern to include hyphens in domain names - Added test cases for hyphenated domains - Updated example app with hyphenated domain examples - Fixes #22 2025-10-06 16:14:23 -07:00
Stanley Akpama 1c1c939dad
Update flutter to v3.19.3 and overrall improvements (#15) 2024-04-02 07:56:20 +01:00
Tanmoy karmakar 679a9194df
updated the regex for url for proper recognition (#13) 2022-12-08 02:11:52 +01:00
Matthew Smith d86ed115f6 Add support for phone links 2022-10-19 06:23:53 -07:00
Abhijith K c51109cae0 fix regex condintion checking to identify @user.username 2022-08-02 21:42:31 +05:30
Abhijith K 79be3afc55 add custom link styles and fix bug in identifying link types
text with multiple linktypes enabled were not properly identified
2022-06-30 02:30:00 +05:30
iamstanlee 5ac53a135b ci: remove dart analyse 2021-09-02 20:09:17 -07:00
iamstanlee 5efd675ec3 updates example project 2021-09-02 19:42:48 -07:00
iamstanlee c8b5996fce bump version 2021-09-02 18:24:57 -07:00
iamstanlee 829ced74d6 refactor: enforce lint rules 2021-09-02 18:24:27 -07:00
iamstanlee 7e54777385 doc: updated 2021-06-25 22:36:48 -07:00
iamstanlee 3a120d9eb1 docs: fix gif display on pub.dev 2021-06-04 10:05:02 -07:00
iamstanlee 9d2863089f refactor: example app, docs: added gif 2021-06-04 06:24:35 -07:00
iamstanlee f5b940bc07 updated readme 2021-06-03 22:22:06 -07:00
iamstanlee fabae5f240 fix pub warnings 2021-06-03 20:33:01 -07:00
iamstanlee d9c0420d9b fix import issue on example folder 2021-06-03 20:16:48 -07:00
iamstanlee db7f020f15 changed pkg name to linkfy_text 2021-06-03 20:16:21 -07:00
iamstanlee af7621bec8 released v1.0.0 2021-06-03 20:08:27 -07:00
iamstanlee 1a97471f50 refactor: added link model 2021-06-03 19:56:41 -07:00
iamstanlee 612a2b291b added example app 2021-06-03 17:47:19 -07:00