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: June 22, 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
π 204 β¬οΈ 7.4M
Dart 3 compatibleMaintenance Status: Good
A class for parsing strings using a sequence of patterns.
characters
π 451 β¬οΈ 6.2M
Dart 3 compatibleMaintenance Status: Good
String replacement with operations that are Unicode/grapheme cluster aware.
petitparser
π 357 β¬οΈ 5.9M
Dart 3 compatibleMaintenance Status: Good
A dynamic parser framework to build efficient grammars and parsers quickly.
charcode
π 33 β¬οΈ 2.2M
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
π 356 β¬οΈ 1.5M
Dart 3 compatibleMaintenance Status: Poor
Changes the case of the input text to the desire case convention.
diff_match_patch
π 34 β¬οΈ 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
π 603 β¬οΈ 139.1K
Dart 3 compatibleMaintenance Status: Poor
A flutter package that helps copy text to clipboard and paste from clipboard.
diacritic
π 273 β¬οΈ 462.5K
Dart 3 compatibleMaintenance Status: Good
Removes common accents and diacritical signs from a string by replacing them with an equivalent character.
english_words
π 564 β¬οΈ 29.6K
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
π 449 β¬οΈ 121.4K
Dart 3 compatibleMaintenance Status: Average
Dart library for validating and sanitizing strings, especially those from user input.
enum_to_string
π 328 β¬οΈ 209.9K
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
π 176 β¬οΈ 392.5K
Dart 3 compatibleMaintenance Status: Poor
Low-level link (text, URLs, emails, phone numbers, user tags) parsing library in Dart.
flutter_parsed_text
π 271 β¬οΈ 261.2K
Dart 3 compatibleMaintenance Status: Poor
A Flutter package to parse text and make them into multiple Flutter Text widget.
list_counter
π 4 β¬οΈ 607.4K
Dart 3 compatibleMaintenance Status: Poor
A utility for counting in a variety of languages and styles. Made for lists.
phone_numbers_parser
π 234 β¬οΈ 140.5K
Dart 3 compatibleMaintenance Status: Good
Dart library for parsing phone numbers. Inspired by Google's libphonenumber and PhoneNumberKit for ios.
quran
π 279 β¬οΈ 860
Dart 3 compatibleMaintenance Status: Good
Quran text, translation, audio URLs, and details of pages, juz, surah, ayah, place of revelation etc.
money2
π 187 β¬οΈ 60.7K
Dart 3 compatibleMaintenance Status: Good
Money and Currency classes with fixed precision maths, parsing and formatting.
iregexp
π 2 β¬οΈ 266.5K
Dart 3 compatibleMaintenance Status: Average
A Dart library for I-Regexp: An Interoperable Regexp Format
filesize
π 176 β¬οΈ 24.6K
Dart 3 compatibleMaintenance Status: Poor
A package to get humanized file sizes. Translate raw file size into human readable strings.
fuzzywuzzy
π 131 β¬οΈ 40.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
π 122 β¬οΈ 44.1K
Dart 3 compatibleMaintenance Status: Good
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
change_case
π 59 β¬οΈ 125.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.
strings
π 52 β¬οΈ 108.6K
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
π 115 β¬οΈ 10.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).

smart_text_flutter
π 97 β¬οΈ 325
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin used to detect links in texts using NSDataDetector on iOS and TextClassifier on Android
recursive_regex
π 10 β¬οΈ 111.4K
Dart 3 compatibleMaintenance Status: Poor
An implementation of RegExp that isolates delimited blocks of text and applies the pattern to each block separately.

languagetool_textfield
π 91 β¬οΈ 336
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.
money_formatter
π 84 β¬οΈ 7.4K
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 β¬οΈ 2K
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.
slugify
π 47 β¬οΈ 49.1K
Dart 3 compatibleMaintenance Status: Poor
Converts a string into a slug. Useful for URLs, filenames, IDs, and more.
sdp_transform
π 28 β¬οΈ 67K
Dart 3 compatibleMaintenance Status: Poor
Dart implementation of sdp-transform
path_to_regexp
π 44 β¬οΈ 42.3K
Dart 3 compatibleMaintenance Status: Poor
Converts a path such as '/user/:id' into a regular expression.
numeral
π 69 β¬οΈ 5K
Dart 3 compatibleMaintenance Status: Good
A Dart library for Format number into beautiful string, Format the number into a beautiful, readable and short string.
charset_converter
π 59 β¬οΈ 12.8K
Dart 3 compatibleMaintenance Status: Good
Charset/encoding converter that uses underlying platform - no external dependencies
format
π 57 β¬οΈ 13.1K
Dart 3 compatibleMaintenance Status: Good
A package for formatting Dart strings like a format method in Python.
string_unescape
π 6 β¬οΈ 79.6K
Dart 3 compatibleMaintenance Status: Poor
Handy utility to unescape string representation (unicode, newline, tab, etc).

pretty_diff_text
π 57 β¬οΈ 12K
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
π 34 β¬οΈ 41.9K
Dart 3 compatibleMaintenance Status: Poor
A widget that provides a callback that is triggered when its size changes
number_to_word_arabic
π 57 β¬οΈ 327
Dart 3 compatibleMaintenance Status: Poor
A new Flutter package that allows converting Integer number to Arabic word, it supports numbers up to 99 Trillion.
humanizer
π 53 β¬οΈ 3.4K
Dart 3 compatibleMaintenance Status: Good
A library to convert Dart values into human-friendly representations.
egyptian_id_parser
π 55 β¬οΈ 35
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.
currency_formatter
π 47 β¬οΈ 8.5K
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.
emoji_regex
π 13 β¬οΈ 52.8K
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.
turkish
π 53 β¬οΈ 365
Dart 3 compatibleMaintenance Status: Poor
Turkish String upper-lower case converter and comparators for sorting

smart_textfield
π 53 β¬οΈ 35
Dart 3 compatibleMaintenance Status: Good
TextField that can extract relevant information from the raw text input.
kana_kit
π 38 β¬οΈ 18.9K
Dart 3 compatibleMaintenance Status: Good
A Dart library for for detecting and transliterating Hiragana, Katakana, and Romaji.
persian_tools
π 52 β¬οΈ 246
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
string_contains
π 50 β¬οΈ 1.4K
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.
flutter_regex
π 48 β¬οΈ 3.1K
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.
attributed_text
π 27 β¬οΈ 30.4K
Dart 3 compatibleMaintenance Status: Good
Text with metadata spans for easy text editing and styling.
number_to_words
π 44 β¬οΈ 4.5K
Dart 3 compatibleMaintenance Status: Poor
Convert number into words by localeID
safe_text
π 44 β¬οΈ 464
Dart 3 compatibleMaintenance Status: Good
A Flutter package for filtering out bad words from text inputs.
persian
π 44 β¬οΈ 147
Dart 3 compatibleMaintenance Status: Poor
Utilities and Humanizer for Persian language and culture. Includes some String extensions and PersianDate class.
namefully
π 40 β¬οΈ 292
Dart 3 compatibleMaintenance Status: Average
A Dart utility for handling person names in a particular order, way, or shape.
dartarabic
π 39 β¬οΈ 463
Dart 3 compatibleMaintenance Status: Good
A specific Arabic language library ported to dart from Python, provides basic functions to manipulate Arabic letters and text.
common_utilities
π 38 β¬οΈ 34
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)
clipboard_watcher
π 36 β¬οΈ 2K
Dart 3 compatibleMaintenance Status: Good
This plugin allows Flutter apps to watch clipboard changes.
korea_regexp
π 35 β¬οΈ 206
Dart 3 compatibleMaintenance Status: Average
It is a package that makes it easier to handle Korean by using regular expressions.

auto_hyphenating_text
π 31 β¬οΈ 5.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.
quran_library
π 33 β¬οΈ 526
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.
number_to_words_english
π 31 β¬οΈ 3.1K
Dart 3 compatibleMaintenance Status: Good
A Flutter/Dart package that converts number to words (English language).
country
π 28 β¬οΈ 6.9K
Dart 3 compatibleMaintenance Status: Good
Generated country class with country_generator using countries.
string_extensions
π 30 β¬οΈ 2.5K
Dart 3 compatibleMaintenance Status: Good
Useful String extensions to save you time in production. Feel free to contribute with PR.
stringr
π 20 β¬οΈ 15.1K
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 β¬οΈ 55
Dart 3 compatibleMaintenance Status: Poor
NIK Validator is a package that functions to parse Identity Card information in Indonesia
youtube_parser
π 27 β¬οΈ 856
Dart 3 compatibleMaintenance Status: Average
A minimalist library that extracts IDs from all kinds of YouTube urls
reading_time
π 27 β¬οΈ 320
Dart 3 compatibleMaintenance Status: Poor
A small dart library that predicts / calculates reading time like medium does .
regexed_text
π 27 β¬οΈ 130
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 β¬οΈ 83
Dart 3 compatibleMaintenance Status: Poor
Provides convenient access to multiline String records with method extensions.
flutter_charset_detector
π 26 β¬οΈ 932
Dart 3 compatibleMaintenance Status: Good
Detect and decode the charset (character encoding) of text bytes
rabbit_converter
π 26 β¬οΈ 86
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 β¬οΈ 96
Dart 3 compatibleMaintenance Status: Poor
Dart library for checking text for grammar and spelling mistakes using the language tool API.
word_selectable_text
π 25 β¬οΈ 48
Dart 3 compatibleMaintenance Status: Poor
The WordSelectableText widget gives an easy way to select and highlight words.
extract
π 23 β¬οΈ 44
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 β¬οΈ 631
Dart 3 compatibleMaintenance Status: Poor
A collection of useful algorithms keeping performance and flexibility on mind.
style_random
π 20 β¬οΈ 7
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 β¬οΈ 9.5K
Dart 3 compatibleMaintenance Status: Poor
Simple Dart library to deal with state names and abbreviations.
verbal_expressions
π 19 β¬οΈ 90
Dart 3 compatibleMaintenance Status: Poor
A package that helps to construct difficult regular expressions.
bluesky_text
π 12 β¬οΈ 2K
Dart 3 compatibleMaintenance Status: Good
Provides the easiest and most powerful way to analyze the text for Bluesky Social.
text_parser
π 8 β¬οΈ 6.8K
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 β¬οΈ 742
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 β¬οΈ 225
Dart 3 compatibleMaintenance Status: Good
A collection of example parsers, applications, and benchmarks that illustrate the PetitParser framework.
template_string
π 3 β¬οΈ 128
Dart 3 compatibleMaintenance Status: Poor
A simple command-line application.
peg
π 2 β¬οΈ 121
Dart 3 compatibleMaintenance Status: Good
Command line tool for generating a PEG (with some syntactic sugar) parsers
quotesy
π 0 β¬οΈ 30
Dart 3 compatibleMaintenance Status: Poor
A curated list of quotes.
clipboard_manager
π 38 β¬οΈ 27
Maintenance Status: Poor
A flutter plugin to copy text to clipboard.
edit_distance
π 27 β¬οΈ 9.7K
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 β¬οΈ 23
Maintenance Status: Poor
A package for translating numbers and dates into a human readable format.