
Flutter Gems
A Flutter package landscape guide comprising 2500+ neatly categorized useful and popular packages!
Follow on Twitter Subscribe for Updates Contribute
Crafted with 💙 for Flutter Community
english_words
👍 163
Utilities for working with English words. Counts syllables, generates well-sounding word combinations, and provides access to the top 5000 English words by usage.
READ MOREenum_to_string
👍 126
Better conversion of ENUMs to string. Dart has annoying EnumName.ValueName syntax when calling enum.toString, this package fixes that.
READ MOREcharacters
👍 98
String replacement with operations that are Unicode/grapheme cluster aware.
READ MOREstring_validator
👍 92
Dart library for validating and sanitizing strings, especially those from user input.
READ MORE
flutter_parsed_text
👍 79
A Flutter package to parse text and make them into multiple Flutter Text widget.
READ MOREpetitparser
👍 64
A dynamic parser framework to build efficient grammars and parsers quickly.
READ MOREdiacritic
👍 57
Removes common accents and diacritical signs from a string by replacing them with an equivalent character.
READ MOREfilesize
👍 43
A package to get humanized file sizes. Translate raw file size into human readable strings.
READ MOREstring_similarity
👍 27
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
READ MOREstrings
👍 22
The 'strings' is a helper for the string transformation which can be useful in the code generators (such as 'camelize', 'escape', 'underscore' etc).
READ MOREtiengviet
👍 20
🇻🇳 Converts vietnamese language sign to unsigned easily. 😍 Give me a string vietnamese language, i will respond you string vietnamese unsigned. 👍
READ MOREcharset_converter
👍 19
Charset/encoding converter that uses underlying platform - no external dependencies
READ MORE
edit_distance
👍 18
Implementation of string distance algorithms for advanced text comparison.
READ MOREcharcode
👍 16
Constants for ASCII and common non-ASCII character codes represented by top-level constants.
READ MORE
multiline
👍 13
Provides convenient access to multiline String records with method extensions.
READ MOREgherkin
👍 12
A Gherkin parsers and runner for Dart which is very similar to Cucumber, it provides the base BDD functionality ready for use in platform specific implementations i.e. flutter/web
READ MORE