perridak_strings library
Comprehensive string utilities for Dart and Flutter.
Perridak Strings provides zero-dependency string manipulation functions organized into focused modules:
- Composition: Word operations, text normalization, accent removal, slugification
- Indentation: Multi-line text layout and spacing control
- Parsing: Identifier expansion and word extraction
- Sentences: Sentence formatting with proper capitalization and punctuation
All functions work with full Unicode support and null-safety.
Extensions
- Composition on String
- String composition and decomposition operations.
- Segmentation on String
- Identifier expansion and word extraction from structured text.
- StringAsSentence on String
- Sentence formatting with proper capitalization and punctuation.
- StringIndentation on String
- Indentation and layout control for multi-line strings.