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
534
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
386
Dart library for validating and sanitizing strings, especially those from user input.
enum_to_string
324
Better conversion of ENUMs to string. Dart has annoying EnumName.ValueName syntax when calling enum.toString, this package fixes that.
flutter_parsed_text
263
A Flutter package to parse text and make them into multiple Flutter Text widget.
diacritic
240
Removes common accents and diacritical signs from a string by replacing them with an equivalent character.
quran
234
Quran text, translation, audio URLs, and details of pages, juz, surah, ayah, place of revelation etc.
phone_numbers_parser
168
Dart library for parsing phone numbers. Inspired by Google's libphonenumber and PhoneNumberKit for ios.
filesize
168
A package to get humanized file sizes. Translate raw file size into human readable strings.
string_similarity
106
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
fuzzywuzzy
105
An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
profanity_filter
100
Simple filter to check and censor strings against profanity, obscene words. A default English words list is provided (LDNOOBW).
languagetool_textfield
78
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.
smart_text_flutter
77
A Flutter plugin used to detect links in texts using NSDataDetector on iOS and TextClassifier on Android
charset_converter
55
Charset/encoding converter that uses underlying platform - no external dependencies
number_to_word_arabic
53
A new Flutter package that allows converting Integer number to Arabic word, it supports numbers up to 99 Trillion.
persian_tools
49
An anthology of a variety of tools for the Persian language which you can use in all platform that dart supports
string_contains
46
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.
strings
45
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.
persian
42
Utilities and Humanizer for Persian language and culture. Includes some String extensions and PersianDate class.
change_case
40
An extension on String for the missing methods for camelCase, PascalCase, Capital Case, snake_case, param-case, CONSTANT_CASE and others.
flutter_regex
38
The regex library supports emojis, 50+ country IDs, usernames, email, URL, image formats, date-time, CVV, and whitespace patterns, and 1000+ more.
currency_formatter
36
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.
dartarabic
34
A specific Arabic language library ported to dart from Python, provides basic functions to manipulate Arabic letters and text.
common_utilities
34
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)
charcode
31
Constants for ASCII and common non-ASCII character codes. Integer constants corresponding to the code points of individual characters.
nik_validator
29
NIK Validator is a package that functions to parse Identity Card information in Indonesia
string_extensions
27
Useful String extensions to save you time in production. Feel free to contribute with PR.
rabbit_converter
26
Rabbit Converter is a library to convert text between different Burmese Text Encodings (i.e. Zawgyi and Unicode).
auto_hyphenating_text
25
A text widget that automatically adds hyphenation. It was designed as a drop-in replacement for the default text widget.
diff_match_patch
25
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
word_selectable_text
24
The WordSelectableText widget gives an easy way to select and highlight words.
style_random
20
Random string generator with easy syntax and many complex options. Specify random string by many options like length, ends etc.
stringr
19
Comprehensive string manipulation plugin for dart. Handles operations on latin, non latin and grapheme clusters alike! Features inspured from VocaJs
text_parser
8
A Dart package for flexibly parsing text into easy-to-handle format according to multiple regular expression patterns.
ordinal_formatter
6
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.