Flutter Gems is a curated list of 7000+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Parsing and Other Text Utilities packages
Last updated: August 11, 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
π 207 β¬οΈ 6.8M
Dart 3 compatibleMaintenance Status: Good
A class for parsing strings using a sequence of patterns.
characters
π 456 β¬οΈ 6.2M
Dart 3 compatibleMaintenance Status: Good
String replacement with operations that are Unicode/grapheme cluster aware.
petitparser
π 358 β¬οΈ 6.1M
Dart 3 compatibleMaintenance Status: Good
A dynamic parser framework to build efficient grammars and parsers quickly.
charcode
π 33 β¬οΈ 2.1M
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
π 357 β¬οΈ 1.6M
Dart 3 compatibleMaintenance Status: Poor
Changes the case of the input text to the desire case convention.
diff_match_patch
π 36 β¬οΈ 1.7M
Dart 3 compatibleMaintenance Status: Poor
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
clipboard
π 611 β¬οΈ 135.3K
Dart 3 compatibleMaintenance Status: Good
A powerful Flutter package that provides clipboard functionality with rich text support, other formats, monitoring, and advanced features.
diacritic
π 277 β¬οΈ 510.7K
Dart 3 compatibleMaintenance Status: Good
Removes common accents and diacritical signs from a string by replacing them with an equivalent character.
english_words
π 564 β¬οΈ 27.8K
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.
string_validator
π 454 β¬οΈ 127K
Dart 3 compatibleMaintenance Status: Good
Dart library for validating and sanitizing strings, especially those from user input.
list_counter
π 4 β¬οΈ 695.7K
Dart 3 compatibleMaintenance Status: Poor
A utility for counting in a variety of languages and styles. Made for lists.
flutter_parsed_text
π 271 β¬οΈ 285.6K
Dart 3 compatibleMaintenance Status: Poor
A Flutter package to parse text and make them into multiple Flutter Text widget.
enum_to_string
π 329 β¬οΈ 184.7K
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.
linkify
π 177 β¬οΈ 333.1K
Dart 3 compatibleMaintenance Status: Poor
Low-level link (text, URLs, emails, phone numbers, user tags) parsing library in Dart.
phone_numbers_parser
π 240 β¬οΈ 158.3K
Dart 3 compatibleMaintenance Status: Good
Dart library for parsing phone numbers. Inspired by Google's libphonenumber and PhoneNumberKit for ios.
quran
π 281 β¬οΈ 988
Dart 3 compatibleMaintenance Status: Good
Quran text, translation, audio URLs, and details of pages, juz, surah, ayah, place of revelation etc.
iregexp
π 2 β¬οΈ 316.7K
Dart 3 compatibleMaintenance Status: Good
An implementation of RFC 9485 I-Regexp: An Interoperable Regexp Format. Checks the I-Regexp for correctness, allows matching by substring or by entire string.
money2
π 189 β¬οΈ 54.8K
Dart 3 compatibleMaintenance Status: Good
Money and Currency classes with fixed precision maths, parsing and formatting.
filesize
π 179 β¬οΈ 32.5K
Dart 3 compatibleMaintenance Status: Poor
A package to get humanized file sizes. Translate raw file size into human readable strings.
change_case
π 61 β¬οΈ 128.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.
fuzzywuzzy
π 132 β¬οΈ 36.9K
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
π 122 β¬οΈ 40.6K
Dart 3 compatibleMaintenance Status: Average
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
strings
π 53 β¬οΈ 107.4K
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.
profanity_filter
π 116 β¬οΈ 11K
Dart 3 compatibleMaintenance Status: Poor
Simple filter to check and censor strings against profanity, obscene words. A default English words list is provided (LDNOOBW).

smart_text_flutter
π 99 β¬οΈ 345
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin used to detect links in texts using NSDataDetector on iOS and TextClassifier on Android

languagetool_textfield
π 91 β¬οΈ 3K
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.
recursive_regex
π 10 β¬οΈ 102.2K
Dart 3 compatibleMaintenance Status: Poor
An implementation of RegExp that isolates delimited blocks of text and applies the pattern to each block separately.
money_formatter
π 84 β¬οΈ 7.3K
Dart 3 compatibleMaintenance Status: Average
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 β¬οΈ 2.3K
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.
sdp_transform
π 28 β¬οΈ 67.9K
Dart 3 compatibleMaintenance Status: Poor
Dart implementation of sdp-transform
slugify
π 48 β¬οΈ 36.7K
Dart 3 compatibleMaintenance Status: Poor
Converts a string into a slug. Useful for URLs, filenames, IDs, and more.
path_to_regexp
π 45 β¬οΈ 39K
Dart 3 compatibleMaintenance Status: Poor
Converts a path such as '/user/:id' into a regular expression.
numeral
π 73 β¬οΈ 3.3K
Dart 3 compatibleMaintenance Status: Good
A Dart library for Format number into beautiful string, Format the number into a beautiful, readable and short string.
emoji_regex
π 13 β¬οΈ 75.4K
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.
charset_converter
π 60 β¬οΈ 14.8K
Dart 3 compatibleMaintenance Status: Good
Charset/encoding converter that uses underlying platform - no external dependencies

pretty_diff_text
π 59 β¬οΈ 14.7K
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 by default.
measure_size
π 35 β¬οΈ 37.3K
Dart 3 compatibleMaintenance Status: Poor
A widget that provides a callback that is triggered when its size changes
format
π 58 β¬οΈ 7.3K
Dart 3 compatibleMaintenance Status: Good
A package for formatting Dart strings like a format method in Python.
string_unescape
π 6 β¬οΈ 67.3K
Dart 3 compatibleMaintenance Status: Poor
Handy utility to unescape string representation (unicode, newline, tab, etc).
number_to_word_arabic
π 56 β¬οΈ 483
Dart 3 compatibleMaintenance Status: Poor
A new Flutter package that allows converting Integer number to Arabic word, it supports numbers up to 99 Trillion.
currency_formatter
π 48 β¬οΈ 9.4K
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.
egyptian_id_parser
π 55 β¬οΈ 60
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.
humanizer
π 53 β¬οΈ 1.5K
Dart 3 compatibleMaintenance Status: Good
A library to convert Dart values into human-friendly representations.
turkish
π 53 β¬οΈ 587
Dart 3 compatibleMaintenance Status: Poor
Turkish String upper-lower case converter and comparators for sorting

smart_textfield
π 53 β¬οΈ 77
Dart 3 compatibleMaintenance Status: Good
TextField that can extract relevant information from the raw text input.
attributed_text
π 28 β¬οΈ 31.7K
Dart 3 compatibleMaintenance Status: Good
Text with metadata spans for easy text editing and styling.
string_contains
π 51 β¬οΈ 1.9K
Dart 3 compatibleMaintenance Status: Average
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.
persian_tools
π 52 β¬οΈ 281
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
number_to_words
π 44 β¬οΈ 8.4K
Dart 3 compatibleMaintenance Status: Poor
Convert number into words by localeID
kana_kit
π 39 β¬οΈ 14.2K
Dart 3 compatibleMaintenance Status: Good
A Dart library for for detecting and transliterating Hiragana, Katakana, and Romaji.
flutter_regex
π 48 β¬οΈ 2.8K
Dart 3 compatibleMaintenance Status: Average
The regex library supports emojis, 50+ country IDs, usernames, email, URL, image formats, date-time, CVV, and whitespace patterns, and 1000+ more.
safe_text
π 46 β¬οΈ 471
Dart 3 compatibleMaintenance Status: Good
A Flutter package for filtering out bad words from text inputs and detecting phone numbers in various formats including multiplier words.
persian
π 44 β¬οΈ 180
Dart 3 compatibleMaintenance Status: Poor
Utilities and Humanizer for Persian language and culture. Includes some String extensions and PersianDate class.
dartarabic
π 40 β¬οΈ 1K
Dart 3 compatibleMaintenance Status: Good
A specific Arabic language library ported to dart from Python, provides basic functions to manipulate Arabic letters and text.
quran_library
π 39 β¬οΈ 815
Dart 3 compatibleMaintenance Status: Good
An integrated package for displaying the Holy Qurβan identical to the Medina Quran with the narration of Hafs on the authority of Asim.
namefully
π 39 β¬οΈ 392
Dart 3 compatibleMaintenance Status: Average
A Dart utility for handling person names in a particular order, way, or shape.

auto_hyphenating_text
π 33 β¬οΈ 7.5K
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.
clipboard_watcher
π 37 β¬οΈ 1.8K
Dart 3 compatibleMaintenance Status: Good
This plugin allows Flutter apps to watch clipboard changes.
common_utilities
π 38 β¬οΈ 46
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)
korea_regexp
π 35 β¬οΈ 555
Dart 3 compatibleMaintenance Status: Average
It is a package that makes it easier to handle Korean by using regular expressions.
country
π 29 β¬οΈ 7.5K
Dart 3 compatibleMaintenance Status: Good
Generated country class with country_generator using countries.
number_to_words_english
π 31 β¬οΈ 3.2K
Dart 3 compatibleMaintenance Status: Good
A comprehensive Flutter/Dart package that converts numbers to words with support for 12 languages including English, Vietnamese, Spanish, French, German, Italian, Portuguese, Russian, Chinese, Japanese, Dutch, and Arabic.
string_extensions
π 30 β¬οΈ 3.1K
Dart 3 compatibleMaintenance Status: Good
Useful String extensions to save you time in production. Feel free to contribute with PR.
stringr
π 20 β¬οΈ 14.5K
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
nik_validator
π 29 β¬οΈ 91
Dart 3 compatibleMaintenance Status: Poor
NIK Validator is a package that functions to parse Identity Card information in Indonesia
youtube_parser
π 27 β¬οΈ 1K
Dart 3 compatibleMaintenance Status: Average
A minimalist library that extracts IDs from all kinds of YouTube urls
reading_time
π 27 β¬οΈ 373
Dart 3 compatibleMaintenance Status: Poor
A small dart library that predicts / calculates reading time like medium does .
flutter_charset_detector
π 26 β¬οΈ 1.4K
Dart 3 compatibleMaintenance Status: Good
Detect and decode the charset (character encoding) of text bytes
regexed_text
π 27 β¬οΈ 84
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.
multiline
π 27 β¬οΈ 73
Dart 3 compatibleMaintenance Status: Poor
Provides convenient access to multiline String records with method extensions.
rabbit_converter
π 26 β¬οΈ 114
Dart 3 compatibleMaintenance Status: Poor
Rabbit Converter is a library to convert text between different Burmese Text Encodings (i.e. Zawgyi and Unicode).
language_tool
π 25 β¬οΈ 110
Dart 3 compatibleMaintenance Status: Poor
Dart library for checking text for grammar and spelling mistakes using the language tool API.
word_selectable_text
π 25 β¬οΈ 41
Dart 3 compatibleMaintenance Status: Poor
The WordSelectableText widget gives an easy way to select and highlight words.
extract
π 23 β¬οΈ 45
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 β¬οΈ 906
Dart 3 compatibleMaintenance Status: Poor
A collection of useful algorithms keeping performance and flexibility on mind.
us_states
π 12 β¬οΈ 10.7K
Dart 3 compatibleMaintenance Status: Poor
Simple Dart library to deal with state names and abbreviations.
style_random
π 20 β¬οΈ 9
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.
verbal_expressions
π 19 β¬οΈ 99
Dart 3 compatibleMaintenance Status: Poor
A package that helps to construct difficult regular expressions.
bluesky_text
π 12 β¬οΈ 3.3K
Dart 3 compatibleMaintenance Status: Good
Provides the easiest and most powerful way to analyze the text for Bluesky Social.
text_parser
π 8 β¬οΈ 5.6K
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
π 9 β¬οΈ 731
Dart 3 compatibleMaintenance Status: Good
Ordinal formatter is a simple tool to covert numbers into their localised ordinal form. Example: 2 -> 2nd
petitparser_examples
π 5 β¬οΈ 192
Dart 3 compatibleMaintenance Status: Good
A collection of example parsers, applications, and benchmarks that illustrate the PetitParser framework.
template_string
π 3 β¬οΈ 151
Dart 3 compatibleMaintenance Status: Poor
A simple command-line application.
peg
π 2 β¬οΈ 567
Dart 3 compatibleMaintenance Status: Good
Command line tool for generating a PEG (with some syntactic sugar) parsers
quotesy
π 0 β¬οΈ 25
Dart 3 compatibleMaintenance Status: Poor
A curated list of quotes.
clipboard_manager
π 38 β¬οΈ 66
Maintenance Status: Poor
A flutter plugin to copy text to clipboard.
edit_distance
π 27 β¬οΈ 7.8K
Maintenance Status: Poor
Implementation of string distance algorithms for advanced text comparison.
beautifulsoup
π 28 β¬οΈ 22
Maintenance Status: Poor
A dart port of the famous python library beautifulsoup
humanize
π 22 β¬οΈ 32
Maintenance Status: Poor
A package for translating numbers and dates into a human readable format.