super_string_utils 1.1.3
super_string_utils: ^1.1.3 copied to clipboard
A production-ready collection of String extension methods for Dart and Flutter. Features include validation, transformation, extraction, masking, and fuzzy matching.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add super_string_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
super_string_utils: ^1.1.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:super_string_utils/super_string_utils.dart';