DeepText
DeepText is a Flutter package for rendering rich text with support for:
- Bold, Italic,
Underline,Strikethrough, andCode - Hashtags (
#example) and Mentions (@user) - Emails (
example@email.com) and Phone Numbers (+123456789) - URLs (
https://example.com) - Customizable styles and tap handlers
Features
- Parse and style text dynamically.
- Detect and handle user interactions with mentions, hashtags, URLs, emails, and phone numbers.
- Easily customizable with different text styles.
Installation
Add this package to your pubspec.yaml:
dependencies:
deep_text: latest_version