Flutter Gems is a curated list of 6700+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Parsing and Other Text Utilities packages
Last updated: January 26, 2025
Text Parsing is the process of analyzing a string of symbols in natural language such as english.
The complete list of Dart and Flutter Text Parsing, Text Utility and String Utility packages is provided below.
string_scanner
👍 193 ⬇️ 4.9M
Dart 3 compatibleMaintenance Status: Good
A class for parsing strings using a sequence of patterns.
characters
👍 432 ⬇️ 3.8M
Dart 3 compatibleMaintenance Status: Good
String replacement with operations that are Unicode/grapheme cluster aware.
petitparser
👍 330 ⬇️ 3.4M
Dart 3 compatibleMaintenance Status: Good
A dynamic parser framework to build efficient grammars and parsers quickly.
charcode
👍 33 ⬇️ 1.5M
Dart 3 compatibleMaintenance Status: Good
Constants for ASCII and common non-ASCII character codes. Integer constants corresponding to the code points of individual characters.
recase
👍 347 ⬇️ 1.2M
Dart 3 compatibleMaintenance Status: Poor
Changes the case of the input text to the desire case convention.
diff_match_patch
👍 32 ⬇️ 1.4M
Dart 3 compatibleMaintenance Status: Poor
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
clipboard
👍 592 ⬇️ 129.8K
Dart 3 compatibleMaintenance Status: Poor
A flutter package that helps copy text to clipboard and paste from clipboard.
diacritic
👍 261 ⬇️ 302.8K
Dart 3 compatibleMaintenance Status: Good
Removes common accents and diacritical signs from a string by replacing them with an equivalent character.
english_words
👍 554 ⬇️ 24.4K
Dart 3 compatibleMaintenance Status: Poor
Utilities for working with English words. Counts syllables, generates well-sounding word combinations, and provides access to the top 5000 English words by usage.
flutter_parsed_text
👍 268 ⬇️ 262.1K
Dart 3 compatibleMaintenance Status: Poor
A Flutter package to parse text and make them into multiple Flutter Text widget.
string_validator
👍 425 ⬇️ 97.5K
Dart 3 compatibleMaintenance Status: Good
Dart library for validating and sanitizing strings, especially those from user input.
linkify
👍 158 ⬇️ 261.3K
Dart 3 compatibleMaintenance Status: Average
Low-level link (text, URLs, emails, phone numbers, user tags) parsing library in Dart.
enum_to_string
👍 325 ⬇️ 113.2K
Dart 3 compatibleMaintenance Status: Good
Better conversion of ENUMs to string. Dart has annoying EnumName.ValueName syntax when calling enum.toString, this package fixes that.
list_counter
👍 3 ⬇️ 370.3K
Dart 3 compatibleMaintenance Status: Poor
A utility for counting in a variety of languages and styles. Made for lists.
phone_numbers_parser
👍 209 ⬇️ 96.1K
Dart 3 compatibleMaintenance Status: Good
Dart library for parsing phone numbers. Inspired by Google's libphonenumber and PhoneNumberKit for ios.
quran
👍 266 ⬇️ 892
Dart 3 compatibleMaintenance Status: Good
Quran text, translation, audio URLs, and details of pages, juz, surah, ayah, place of revelation etc.
money2
👍 182 ⬇️ 41.8K
Dart 3 compatibleMaintenance Status: Good
Money and Currency classes with fixed precision maths, parsing and formatting.
filesize
👍 172 ⬇️ 17.8K
Dart 3 compatibleMaintenance Status: Poor
A package to get humanized file sizes. Translate raw file size into human readable strings.
iregexp
👍 1 ⬇️ 136K
Dart 3 compatibleMaintenance Status: Average
A Dart library for I-Regexp: An Interoperable Regexp Format
fuzzywuzzy
👍 119 ⬇️ 27.3K
Dart 3 compatibleMaintenance Status: Good
An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
string_similarity
👍 117 ⬇️ 28.9K
Dart 3 compatibleMaintenance Status: Good
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
profanity_filter
👍 114 ⬇️ 7.5K
Dart 3 compatibleMaintenance Status: Poor
Simple filter to check and censor strings against profanity, obscene words. A default English words list is provided (LDNOOBW).
strings
👍 49 ⬇️ 59.3K
Dart 3 compatibleMaintenance Status: Good
Large collection of String functions aimed at extending the String class whilst providing safer methods for working with nullable Strings.
change_case
👍 54 ⬇️ 51.7K
Dart 3 compatibleMaintenance Status: Good
An extension on String for the missing methods for camelCase, PascalCase, Capital Case, snake_case, param-case, CONSTANT_CASE and others.
recursive_regex
👍 10 ⬇️ 75.4K
Dart 3 compatibleMaintenance Status: Poor
An implementation of RegExp that isolates delimited blocks of text and applies the pattern to each block separately.
![smart_text_flutter Card Image](/media-cards/smart_text_flutter.png)
smart_text_flutter
👍 93 ⬇️ 197
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin used to detect links in texts using NSDataDetector on iOS and TextClassifier on Android
money_formatter
👍 80 ⬇️ 7K
Dart 3 compatibleMaintenance Status: Good
MoneyFormatter is a Flutter extension to formatting various types of currencies according to the characteristics you like, without having to be tied to any localization.
tiengviet
👍 85 ⬇️ 1.6K
Dart 3 compatibleMaintenance Status: Average
Converts vietnamese language sign to unsigned easily. Give me a string vietnamese language, i will respond you string vietnamese unsigned.
![languagetool_textfield Card Image](/media-cards/languagetool_textfield.png)
languagetool_textfield
👍 86 ⬇️ 715
Dart 3 compatibleMaintenance Status: Good
The LanguageTool TextField package is a spell-checker designed for Flutter apps. This is useful for apps that need text input like messaging, notes, and email.
path_to_regexp
👍 44 ⬇️ 25.1K
Dart 3 compatibleMaintenance Status: Poor
Converts a path such as '/user/:id' into a regular expression.
numeral
👍 69 ⬇️ 2.9K
Dart 3 compatibleMaintenance Status: Average
A Dart library for Format number into beautiful string, Format the number into a beautiful, readable and short string.
slugify
👍 45 ⬇️ 22.8K
Dart 3 compatibleMaintenance Status: Poor
Converts a string into a slug. Useful for URLs, filenames, IDs, and more.
charset_converter
👍 59 ⬇️ 10.4K
Dart 3 compatibleMaintenance Status: Good
Charset/encoding converter that uses underlying platform - no external dependencies
format
👍 55 ⬇️ 8.6K
Dart 3 compatibleMaintenance Status: Good
A package for formatting Dart strings like a format method in Python.
sdp_transform
👍 26 ⬇️ 32.4K
Dart 3 compatibleMaintenance Status: Poor
Dart implementation of sdp-transform
measure_size
👍 33 ⬇️ 21.9K
Dart 3 compatibleMaintenance Status: Poor
A widget that provides a callback that is triggered when its size changes
number_to_word_arabic
👍 57 ⬇️ 499
Dart 3 compatibleMaintenance Status: Poor
A new Flutter package that allows converting Integer number to Arabic word, it supports numbers up to 99 Trillion.
![pretty_diff_text Card Image](/media-cards/pretty_diff_text.jpeg)
pretty_diff_text
👍 54 ⬇️ 2.9K
Dart 3 compatibleMaintenance Status: Good
PrettyDiffText is wrapper of RichText which shows differences between two texts visually. It uses Google's diff-match-patch library.
humanizer
👍 53 ⬇️ 2.1K
Dart 3 compatibleMaintenance Status: Good
A library to convert Dart values into human-friendly representations.
turkish
👍 53 ⬇️ 729
Dart 3 compatibleMaintenance Status: Poor
Turkish String upper-lower case converter and comparators for sorting
kana_kit
👍 37 ⬇️ 13.7K
Dart 3 compatibleMaintenance Status: Good
A Dart library for for detecting and transliterating Hiragana, Katakana, and Romaji.
persian_tools
👍 52 ⬇️ 312
Dart 3 compatibleMaintenance Status: Poor
An anthology of a variety of tools for the Persian language which you can use in all platform that dart supports
currency_formatter
👍 45 ⬇️ 5.3K
Dart 3 compatibleMaintenance Status: Good
A package to easily format money. It supports setting a custom currency symbol and format, using some of the inbuilt ones for the main currencies or using the system one.
string_contains
👍 50 ⬇️ 1.1K
Dart 3 compatibleMaintenance Status: Good
Package provides light widgets[for Linkify, Clean] and string scanner extensions on a string to check it contains bad words/urls/links/emails/phone numbers/#hashtags/@mentions etc.
string_unescape
👍 6 ⬇️ 37K
Dart 3 compatibleMaintenance Status: Poor
Handy utility to unescape string representation (unicode, newline, tab, etc).
![smart_textfield Card Image](/media-cards/smart_textfield.png)
smart_textfield
👍 50 ⬇️ 113
Dart 3 compatibleMaintenance Status: Good
TextField that can extract relevant information from the raw text input.
egyptian_id_parser
👍 48 ⬇️ 196
Dart 3 compatibleMaintenance Status: Good
A Dart package that provides functionality to extract personal information from the Egyptian National ID number. such as date of birth, gender, and governorate based on the 14-digit national ID.
number_to_words
👍 43 ⬇️ 4.3K
Dart 3 compatibleMaintenance Status: Poor
Convert number into words by localeID
flutter_regex
👍 44 ⬇️ 1.7K
Dart 3 compatibleMaintenance Status: Good
The regex library supports emojis, 50+ country IDs, usernames, email, URL, image formats, date-time, CVV, and whitespace patterns, and 1000+ more.
attributed_text
👍 25 ⬇️ 15.8K
Dart 3 compatibleMaintenance Status: Good
Text with metadata spans for easy text editing and styling.
persian
👍 43 ⬇️ 66
Dart 3 compatibleMaintenance Status: Poor
Utilities and Humanizer for Persian language and culture. Includes some String extensions and PersianDate class.
safe_text
👍 41 ⬇️ 325
Dart 3 compatibleMaintenance Status: Good
A Flutter package for filtering out bad words from text inputs.
namefully
👍 40 ⬇️ 397
Dart 3 compatibleMaintenance Status: Average
A Dart utility for handling person names in a particular order, way, or shape.
dartarabic
👍 36 ⬇️ 398
Dart 3 compatibleMaintenance Status: Good
A specific Arabic language library ported to dart from Python, provides basic functions to manipulate Arabic letters and text.
![auto_hyphenating_text Card Image](/media-cards/auto_hyphenating_text.png)
auto_hyphenating_text
👍 31 ⬇️ 4K
Dart 3 compatibleMaintenance Status: Good
A text widget that automatically adds hyphenation. It was designed as a drop-in replacement for the default text widget.
common_utilities
👍 35 ⬇️ 37
Dart 3 compatibleMaintenance Status: Average
A Dart language Common Utility package, that makes your code faster,easier and cleaner. contains lots of useful functions for Dart primitive types (support all Flutter platforms)
number_to_words_english
👍 30 ⬇️ 3K
Dart 3 compatibleMaintenance Status: Good
A Flutter/Dart package that converts number to words (English language).
korea_regexp
👍 33 ⬇️ 240
Dart 3 compatibleMaintenance Status: Average
It is a package that makes it easier to handle Korean by using regular expressions.
stringr
👍 20 ⬇️ 10.8K
Dart 3 compatibleMaintenance Status: Poor
Comprehensive string manipulation plugin for dart. Handles operations on latin, non latin and grapheme clusters alike! Features inspured from VocaJs
clipboard_watcher
👍 31 ⬇️ 1.6K
Dart 3 compatibleMaintenance Status: Good
This plugin allows Flutter apps to watch clipboard changes.
string_extensions
👍 29 ⬇️ 1.9K
Dart 3 compatibleMaintenance Status: Good
Useful String extensions to save you time in production. Feel free to contribute with PR.
country
👍 25 ⬇️ 4.5K
Dart 3 compatibleMaintenance Status: Good
Generated country class with country_generator using countries.
nik_validator
👍 29 ⬇️ 90
Dart 3 compatibleMaintenance Status: Poor
NIK Validator is a package that functions to parse Identity Card information in Indonesia
reading_time
👍 26 ⬇️ 1.1K
Dart 3 compatibleMaintenance Status: Poor
A small dart library that predicts / calculates reading time like medium does .
youtube_parser
👍 26 ⬇️ 1K
Dart 3 compatibleMaintenance Status: Good
A minimalist library that extracts IDs from all kinds of YouTube urls
multiline
👍 27 ⬇️ 130
Dart 3 compatibleMaintenance Status: Poor
Provides convenient access to multiline String records with method extensions.
flutter_charset_detector
👍 25 ⬇️ 1.4K
Dart 3 compatibleMaintenance Status: Good
Detect and decode the charset (character encoding) of text bytes
rabbit_converter
👍 26 ⬇️ 144
Dart 3 compatibleMaintenance Status: Poor
Rabbit Converter is a library to convert text between different Burmese Text Encodings (i.e. Zawgyi and Unicode).
regexed_text
👍 26 ⬇️ 86
Dart 3 compatibleMaintenance Status: Good
This package extends the Text widget to provide additional functionality for highlighting text that matches a given list of patterns.
emoji_regex
👍 13 ⬇️ 10.9K
Dart 3 compatibleMaintenance Status: Average
emoji-regex offers a regular expression to match all emoji symbols and sequences (including textual representations of emoji) as per the Unicode Standard.
language_tool
👍 25 ⬇️ 754
Dart 3 compatibleMaintenance Status: Average
Dart library for checking text for grammar and spelling mistakes using the language tool API.
word_selectable_text
👍 24 ⬇️ 39
Dart 3 compatibleMaintenance Status: Poor
The WordSelectableText widget gives an easy way to select and highlight words.
extract
👍 22 ⬇️ 72
Dart 3 compatibleMaintenance Status: Average
An all-in-one extractor 50+ functions cover common cases, from emails and phone numbers to URLs and hash.
algorithmic
👍 21 ⬇️ 265
Dart 3 compatibleMaintenance Status: Poor
A collection of useful algorithms keeping performance and flexibility on mind.
style_random
👍 20 ⬇️ 4
Dart 3 compatibleMaintenance Status: Poor
Random string generator with easy syntax and many complex options. Specify random string by many options like length, ends etc.
us_states
👍 12 ⬇️ 6.3K
Dart 3 compatibleMaintenance Status: Poor
Simple Dart library to deal with state names and abbreviations.
verbal_expressions
👍 19 ⬇️ 153
Dart 3 compatibleMaintenance Status: Poor
A package that helps to construct difficult regular expressions.
bluesky_text
👍 11 ⬇️ 507
Dart 3 compatibleMaintenance Status: Good
Provides the easiest and most powerful way to analyze the text for Bluesky Social.
text_parser
👍 8 ⬇️ 911
Dart 3 compatibleMaintenance Status: Good
A Dart package for flexibly parsing text into easy-to-handle format according to multiple regular expression patterns.
![ordinal_formatter Card Image](/media-cards/ordinal_formatter.png)
ordinal_formatter
👍 7 ⬇️ 449
Dart 3 compatibleMaintenance Status: Average
Ordinal formatter is a simple tool to covert numbers into their localised ordinal form. Example: 2 -> 2nd
petitparser_examples
👍 5 ⬇️ 96
Dart 3 compatibleMaintenance Status: Average
A collection of example parsers, applications, and benchmarks that illustrate the PetitParser framework.
template_string
👍 3 ⬇️ 240
Dart 3 compatibleMaintenance Status: Poor
A simple command-line application.
peg
👍 2 ⬇️ 294
Dart 3 compatibleMaintenance Status: Average
A command line tool for generating (streaming, chunk, file) top-down parsers from a parsing expression grammars (PEG).
clipboard_manager
👍 38 ⬇️ 30
Maintenance Status: Poor
A flutter plugin to copy text to clipboard.
edit_distance
👍 27 ⬇️ 4.2K
Maintenance Status: Poor
Implementation of string distance algorithms for advanced text comparison.
beautifulsoup
👍 28 ⬇️ 19
Maintenance Status: Poor
A dart port of the famous python library beautifulsoup
humanize
👍 22 ⬇️ 38
Maintenance Status: Poor
A package for translating numbers and dates into a human readable format.