トップのフラッターエモジとリッチテキストパッケージ 絵文字は、電子通信で概念や感情を表現するために使用される小さなデジタル画像やアイコンです。絵文字は、テキストメッセージやソーシャルメディアのウェブサイトやアプリで最もよく使用されます。 ソーシャルメディアの台頭に伴い、ハッシュタグとメンションが非常に重要になりました。ハッシュタグは、特定のテーマや内容でメッセージを見つけやすくするために使用されるメタデータタグの一種です。同様に、@メンションは、指定されたハンドルのユーザーにコンテンツをリンクするために使用されます。 以下のリストのフラッターパッケージを使用して、絵文字、リッチテキスト、リンク、#ハッシュタグ、@メンションをサポートするテキストフィールドを追加できます。
extended_text
260
インライン画像や@somebodyのような特殊なテキストを素早く構築するための拡張公式テキストで、カスタム背景、カスタムオーバーフロー、カスタム選択ツールバーとハンドルをサポートします。
extended_text_field
259
インライン画像、@somebody、カスタム背景などの特殊なテキストを素早く構築するための拡張公式テキストフィールドで、カスタム選択ツールバーとハンドルの構築もサポートします。
easy_rich_text
216
the easyrichtext widget provides an easy way to use richtext. you do not have to split the string manually.
detectable_text_field
145
text field with detection features. you can detect hashtags, at sign, url or anything you want. helps you develop twitter like app. refinement of hashtagable
flutter_social_textfield
90
texteditingcontroller and richtext / textspan builder with hashtag, url and mention detection with regular expressions. also with tap support.
rich_text_controller
78
an extended text editing controller that supports different inline styles for custom regex patterns
selectable_autolink_text
78
generate inline links that can be selected and tapped in text for flutter.
linkwell
78
linkwell is text plugin that detects urls and emails in a string and when tapped opens in users browsers,
rich_text_view
58
a simple yet powerful rich text view that supports mention, hashtag, email, url and see more.
text_style_editor
56
textstyleeditor is a flutter widget that help you to edit a text style dynamically.
pretty_diff_text
51
prettydifftext is wrapper of richtext which shows differences between two texts visually. it uses google's diff-match-patch library.
flutter_decorated_text
51
the decoratedtext widget allows you to style and interact with different parts of a text string based on predefined rules. it's versatile, easy-to-use, and can handle different scenarios such as matching specific words, phrases, or patterns, allowing you to style the matched text differently.
link_text
43
easy to use text widget for flutter apps, which converts inlined urls into clickable links. allows custom styling.
dart_emoji
36
a light-weight emoji for dart & flutter with all up-to-date emojis written in pure dart.
parsed_readmore
34
a flutter text widget which is expandable and can automatically parse urls present in the text it into clickable links.
super_rich_text
33
the easiest way to style custom text snippets by creating your own bookmarks with links and functions.
linkable
33
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.
quill_delta
33
simple and expressive format for describing rich-text content created for quill.js editor. this package is unofficial port to dart from javascript.
mentionable_text_field
30
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.
contentful_rich_text
24
rich text renderer that parses contentful rich text json object and returns a renderable flutter widget tree
linkify_text
22
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.
textstyle_extensions
22
syntactic sugar for easily modifying textstyles. quickly create textstyle variants like .bold, .italic or .size().
span_builder
18
facilitates creation of spans from plain text and provides automated disposal of gesturerecognizers