perridak_strings 0.16.0
perridak_strings: ^0.16.0 copied to clipboard
Comprehensive, zero-dependency string utilities for Dart and Flutter. Fast, safe, and rigorously tested. Features word operations, text normalization, indentation control, slug generation, and more.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add perridak_stringsWith Flutter:
$ flutter pub add perridak_stringsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
perridak_strings: ^0.16.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:perridak_strings/perridak_strings.dart';