Top Flutter Parsing and Other Text Utilities packages 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.
english_words
561
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
436
Dart library for validating and sanitizing strings, especially those from user input.
enum_to_string
326
Better conversion of ENUMs to string. Dart has annoying EnumName.ValueName syntax when calling enum.toString, this package fixes that.
quran
279
Quran text, translation, audio URLs, and details of pages, juz, surah, ayah, place of revelation etc.
diacritic
270
Removes common accents and diacritical signs from a string by replacing them with an equivalent character.
flutter_parsed_text
270
A Flutter package to parse text and make them into multiple Flutter Text widget.
phone_numbers_parser
222
Dart library for parsing phone numbers. Inspired by Google's libphonenumber and PhoneNumberKit for ios.
filesize
174
A package to get humanized file sizes. Translate raw file size into human readable strings.
fuzzywuzzy
126
An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
string_similarity
120
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
profanity_filter
114
Simple filter to check and censor strings against profanity, obscene words. A default English words list is provided (LDNOOBW).
smart_text_flutter
97
A Flutter plugin used to detect links in texts using NSDataDetector on iOS and TextClassifier on Android
languagetool_textfield
90
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.
charset_converter
59
Charset/encoding converter that uses underlying platform - no external dependencies
change_case
57
An extension on String for the missing methods for camelCase, PascalCase, Capital Case, snake_case, param-case, CONSTANT_CASE and others.
number_to_word_arabic
57
A new Flutter package that allows converting Integer number to Arabic word, it supports numbers up to 99 Trillion.
egyptian_id_parser
53
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.
persian_tools
52
An anthology of a variety of tools for the Persian language which you can use in all platform that dart supports
strings
51
Provides a set of String related aimed at extending the core String class and provide safer methods for working with nullable strings and strings in general.
string_contains
50
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
47
The regex library supports emojis, 50+ country IDs, usernames, email, URL, image formats, date-time, CVV, and whitespace patterns, and 1000+ more.
currency_formatter
46
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.
persian
44
Utilities and Humanizer for Persian language and culture. Includes some String extensions and PersianDate class.
common_utilities
38
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)
dartarabic
36
A specific Arabic language library ported to dart from Python, provides basic functions to manipulate Arabic letters and text.
charcode
33
Constants for ASCII and common non-ASCII character codes. Integer constants corresponding to the code points of individual characters.
diff_match_patch
33
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
auto_hyphenating_text
31
A text widget that automatically adds hyphenation. It was designed as a drop-in replacement for the default text widget.
nik_validator
29
NIK Validator is a package that functions to parse Identity Card information in Indonesia
string_extensions
29
Useful String extensions to save you time in production. Feel free to contribute with PR.
regexed_text
27
This package extends the Text widget to provide additional functionality for highlighting text that matches a given list of patterns.
rabbit_converter
26
Rabbit Converter is a library to convert text between different Burmese Text Encodings (i.e. Zawgyi and Unicode).
language_tool
25
Dart library for checking text for grammar and spelling mistakes using the language tool API.
word_selectable_text
25
The WordSelectableText widget gives an easy way to select and highlight words.
extract
22
An all-in-one extractor 50+ functions cover common cases, from emails and phone numbers to URLs and hash.
style_random
20
Random string generator with easy syntax and many complex options. Specify random string by many options like length, ends etc.
stringr
20
Comprehensive string manipulation plugin for dart. Handles operations on latin, non latin and grapheme clusters alike! Features inspured from VocaJs
recursive_regex
10
An implementation of RegExp that isolates delimited blocks of text and applies the pattern to each block separately.
text_parser
8
A Dart package for flexibly parsing text into easy-to-handle format according to multiple regular expression patterns.
ordinal_formatter
8
Ordinal formatter is a simple tool to covert numbers into their localised ordinal form. Example: 2 -> 2nd
petitparser_examples
5
A collection of example parsers, applications, and benchmarks that illustrate the PetitParser framework.