deep_text 0.0.1
deep_text: ^0.0.1 copied to clipboard
A Flutter package for rendering rich text with support for bold, italic, underline, strikethrough, hashtags, mentions, emails, phone numbers, and URLs with customizable styles and click handlers.
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