FLUTTER ECOSYSTEM

linkfy_text

A lightweight flutter package to linkify texts containing urls, emails and hashtags like twitter does.

linkfy_text cover
Latest version
1.1.6
30-day downloads
2.1K
Likes
193
Pub points
140

Package Overview

Package selection guidance compiled from public package information, community data, and project usage.

Overview

LinkfyText is a lightweight Flutter package that automatically detects and converts URLs, emails, and hashtags within text into clickable links, mimicking Twitter's linking behavior. It enhances user experience by making text interactions intuitive without requiring manual link formatting. The package supports multiple platforms including Android, iOS, Web, macOS, Windows, and Linux, ensuring consistent functionality across devices. Ideal for social media apps, chat interfaces, or any app needing dynamic text linking.

Use cases
  • Social media feeds
  • Chat applications
  • User-generated content display
  • Email and URL extraction
  • Hashtag navigation
Key features
  • Automatic URL detection
  • Email linkification
  • Hashtag to clickable tags
  • Cross-platform support
  • Lightweight and fast
Suitable for
  • Apps with rich text content
  • Interactive UIs with user input
  • Content-heavy interfaces
  • Real-time messaging apps
  • Minimalist design with dynamic text
Considerations
  • May require custom styling for complex themes
  • Limited to basic link types (no mentions or custom patterns)
  • Performance impact on very long texts
  • No built-in handling for nested links
  • Depends on external regex patterns for detection
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add linkfy_text

Categories

Source repository

Related projects