Flutter Gems is a curated list of 7250+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Emoji and Rich Text packages
Last updated: May 18, 2026
Emojis and Rich Text allow you to display highly formatted stringsβcombining bold text, links, mentions, and colorful emojisβwithin a single widget.
Best Practices for Rich Text
- TextSpans: Do not place multiple
Textwidgets in aRowto simulate formatting. Always useRichTextwith nestedTextSpanelements. This ensures proper text wrapping across multiple lines. - Clickable Links: Use
WidgetSpanor specialized Rich Text packages to embed clickable URLs or@mentionsdirectly inside a paragraph of text, triggering a deep link or URL launcher when tapped. - Emoji Rendering: Emojis render differently depending on the operating system. If visual consistency is critical to your brand, use an Emoji font package to force a specific style (like Apple or JoyPixels emojis) across all devices.
The complete list of Emoji Parsers, Rich Text Builders, and Text Formatting packages for Flutter is provided below.
flutter_linkify
π 774 β¬οΈ 218K
Dart 3 compatibleMaintenance Status: Poor
Turns text URLs and emails into clickable inline links in text for Flutter.
emoji_picker_flutter
π 647 β¬οΈ 126.8K
Dart 3 compatibleMaintenance Status: Good
A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
styled_text
π 477 β¬οΈ 99.4K
Dart 3 compatibleMaintenance Status: Good
Text widget with formatted text using tags. Makes it easier to use formatted text in multilingual applications.
extended_text
π 307 β¬οΈ 243.6K
Dart 3 compatibleMaintenance Status: Average
Extended official text to build special text like inline image or @somebody quickly,it also support custom background,custom over flow,gradient and custom selection toolbar and handles.
unicode
π 9 β¬οΈ 545.7K
Dart 3 compatibleMaintenance Status: Good
Unicode characters library auto generated from http://www.unicode.org.
extended_text_field
π 304 β¬οΈ 30.3K
Dart 3 compatibleMaintenance Status: Average
Extended official text field to build special text like inline image, @somebody, custom background etc quickly.It also support to build custom seleciton toolbar and handles.
easy_rich_text
π 249 β¬οΈ 31.4K
Dart 3 compatibleMaintenance Status: Average
The EasyRichText widget provides an easy way to use RichText. You do not have to split the string manually.
flutter_emoji
π 197 β¬οΈ 28.4K
Dart 3 compatibleMaintenance Status: Poor
A light-weight Emoji package for Flutter with all up-to-date emojis, made with love and just enjoy!
animated_emoji
π 193 β¬οΈ 2.5K
Dart 3 compatibleMaintenance Status: Average
Show beautiful, customizable animated emojis using Noto Animated Emoji
detectable_text_field
π 165 β¬οΈ 2.7K
Dart 3 compatibleMaintenance Status: Poor
TextField with detection features. You can detect hashtags, at sign, url or anything you want. Helps you develop Twitter like app. Refinement of hashtagable
highlight_text
π 133 β¬οΈ 28.3K
Dart 3 compatibleMaintenance Status: Average
With this package you can highlight words and create specific styles and actions.
mailto
π 138 β¬οΈ 16.9K
Dart 3 compatibleMaintenance Status: Poor
Simple Dart package for creating mailto links in your Flutter apps
emojis
π 108 β¬οΈ 9.7K
Dart 3 compatibleMaintenance Status: Poor
Emojis for Dart! This package contain all unicode 13.0 emojis (2020)!
rich_text_controller
π 102 β¬οΈ 13.8K
Dart 3 compatibleMaintenance Status: Average
An extended text editing controller that supports different inline styles for custom regex patterns.
typeset
π 108 β¬οΈ 1.6K
Dart 3 compatibleMaintenance Status: Average
Whatsapp like text styling for you! -- Bold, Italic, Underline and more -- Drive your text style through Backend!
flutter_social_textfield
π 97 β¬οΈ 1.4K
Dart 3 compatibleMaintenance Status: Poor
TextEditingController and RichText / TextSpan builder with hashtag, url and mention detection with Regular Expressions. Also with tap support.
simple_rich_text
π 87 β¬οΈ 5.2K
Dart 3 compatibleMaintenance Status: Poor
Display a Dart string in Flutter using simple rich text characters.
selectable_autolink_text
π 83 β¬οΈ 8.7K
Dart 3 compatibleMaintenance Status: Poor
Generate inline links that can be selected and tapped in text for Flutter.
linkwell
π 82 β¬οΈ 1.3K
Dart 3 compatibleMaintenance Status: Poor
LinkWell is Text Plugin that detects URLs and Emails in a String and when tapped opens in users browsers,
pretty_diff_text
π 66 β¬οΈ 14.5K
Dart 3 compatibleMaintenance Status: Average
PrettyDiffText is wrapper of RichText which shows differences between two texts visually. It uses Google's diff-match-patch library by default.
rich_text_view
π 65 β¬οΈ 641
Dart 3 compatibleMaintenance Status: Poor
A simple yet powerful rich text view that supports mention, hashtag, email, url and see more.
demoji
π 65 β¬οΈ 84
Dart 3 compatibleMaintenance Status: Poor
A dart emoji library with over 1500+ emojis
mongol
π 60 β¬οΈ 696
Dart 3 compatibleMaintenance Status: Good
Flutter widget package for displaying and editing vertical Mongolian text.
flutter_decorated_text
π 59 β¬οΈ 352
Dart 3 compatibleMaintenance Status: Good
A widget to style and interact with parts of a text based on rules. Match words, phrases, or patterns and apply custom styles or actions.
text_style_editor
π 57 β¬οΈ 44
Dart 3 compatibleMaintenance Status: Poor
TextSyleEditor is a flutter widget that help you to edit a text style dynamically.
textf
π 56 β¬οΈ 1.1K
Dart 3 compatibleMaintenance Status: Good
Inline Markdown-like formatting for Flutter - as drop-in replacements for `Text` and `TextEditingController`. Bold, italic, code, [URL links](.), highlights, super/subscript.
smart_textfield
π 52 β¬οΈ 28
Dart 3 compatibleMaintenance Status: Average
TextField that can extract relevant information from the raw text input.
link_text
π 49 β¬οΈ 3.2K
Dart 3 compatibleMaintenance Status: Poor
Easy to use text widget for Flutter apps, which converts inlined URLs into clickable links. Allows custom styling.
flutter_emoji_gif_picker
π 47 β¬οΈ 74
Dart 3 compatibleMaintenance Status: Poor
The same emoji-gif picker as whatsapp. Takes the same size as your keyboard(Mobile).
rich_readmore
π 45 β¬οΈ 1.7K
Dart 3 compatibleMaintenance Status: Poor
A widget that displays text with an option to show more or show less based on the provided settings.
remove_emoji
π 41 β¬οΈ 5.1K
Dart 3 compatibleMaintenance Status: Poor
Dart and flutter package accurately replace/remove emojis in text
scroll_highlight_text
π 43 β¬οΈ 164
Dart 3 compatibleMaintenance Status: Good
Flutter package for highlighting and scrolling through text.
parsed_readmore
π 42 β¬οΈ 316
Dart 3 compatibleMaintenance Status: Average
A Flutter text widget which is expandable and can automatically parse urls present in the text it into clickable links.
emoji_flag_converter
π 18 β¬οΈ 27.8K
Dart 3 compatibleMaintenance Status: Poor
A dart library for converting country codes to emoji flags.
contentful_rich_text
π 29 β¬οΈ 13.7K
Dart 3 compatibleMaintenance Status: Average
Rich Text renderer that parses Contentful Rich Text JSON object and returns a renderable Flutter widget tree
dart_emoji
π 37 β¬οΈ 28
Dart 3 compatibleMaintenance Status: Poor
A light-weight Emoji π¦ for Dart & Flutter with all up-to-date emojis written in pure Dart π . Made from π―% β with β€οΈ!
super_rich_text
π 36 β¬οΈ 822
Dart 3 compatibleMaintenance Status: Poor
The easiest way to style custom text snippets by creating your own bookmarks with links and functions.
custom_rich_text
π 36 β¬οΈ 247
Dart 3 compatibleMaintenance Status: Good
A custom rich text package that allow highlights and link reference to text.
linkable
π 34 β¬οΈ 1.9K
Dart 3 compatibleMaintenance Status: Good
A Flutter widget to add links to your text. Linkable widget is a wrapper over RichText which allows you to render links that can be clicked to redirect to the URL.
expandable_richtext
π 35 β¬οΈ 378
Dart 3 compatibleMaintenance Status: Average
A text widget which you can use to initially only show a defined number of lines of a probably long text. it also support clickable @βmention,
mentionable_text_field
π 35 β¬οΈ 105
Dart 3 compatibleMaintenance Status: Poor
A flutter plugin to create customizable text field that has a mentionable feature. The way matching users are displayed and picked is decorrelated from the Widget itself, so that you will be able to chose the way you will do.
mention_tag_text_field
π 31 β¬οΈ 1.5K
Dart 3 compatibleMaintenance Status: Good
A Flutter package which adds the mention or tag capabilities to existing TextField or TextFormField widget in Flutter.
keyboard_emoji_picker
π 31 β¬οΈ 1.3K
Dart 3 compatibleMaintenance Status: Poor
Flutter plugin for picking emojis using device's keyboard.
twemoji
π 31 β¬οΈ 354
Dart 3 compatibleMaintenance Status: Poor
Twitter Emojis for Flutter, this package supports svg and png 72x72 emojis
emoji_regex
π 13 β¬οΈ 22K
Dart 3 compatibleMaintenance Status: Poor
emoji-regex offers a regular expression to match all emoji symbols and sequences (including textual representations of emoji) as per the Unicode Standard.
emoji_selector
π 29 β¬οΈ 1.1K
Dart 3 compatibleMaintenance Status: Poor
An Emoji picker component for Flutter with the latest set of emojis. The current version supports Emoji version 15.
linkify_text
π 22 β¬οΈ 111
Dart 3 compatibleMaintenance Status: Poor
LinkifyText is a Text widget that highlight all the links in the text. It further navigates user to the link using browser on tapping on highlighted link.
utils_rinch_text
π 9 β¬οΈ 14
Dart 3 compatibleMaintenance Status: Poor
This method returns a list of TextSpan ideal for formatting long text this implementation supports the following tags, see example.
flutter_richtext_composer
π 7 β¬οΈ 280
Dart 3 compatibleMaintenance Status: Poor
A Flutter package for composing rich text in a i18n friendly way
text_link
π 6 β¬οΈ 57
Dart 3 compatibleMaintenance Status: Poor
This Flutter package simplifies text rendering with embedded URLs, enabling users to tap on any URL within the text to open the link.
quick_text
π 6 β¬οΈ 35
Dart 3 compatibleMaintenance Status: Average
A Flutter package for simplified text formatting with markdown-like syntax.
quill_delta
π 34 β¬οΈ 3.6K
Maintenance Status: Poor
Simple and expressive format for describing rich-text content created for Quill.js editor. This package is unofficial port to Dart from JavaScript.
textstyle_extensions
π 22 β¬οΈ 1.3K
Maintenance Status: Poor
Syntactic sugar for easily modifying TextStyles. Quickly create textStyle variants like .bold, .italic or .size().
rich_input
π 18 β¬οΈ 18
Maintenance Status: Poor
Rich input box, implement @someone and subject with color highlighting.
span_builder
π 18 β¬οΈ 9
Maintenance Status: Poor
Facilitates creation of spans from plain text and provides automated disposal of GestureRecognizers
notus
π 9 β¬οΈ 304
Maintenance Status: Poor
Platform-agnostic rich text document model based on Delta format and used in Zefyr editor.
