super_string_utils 1.1.3 copy "super_string_utils: ^1.1.3" to clipboard
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_utils

This 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.3

Alternatively, 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';
1
likes
150
points
172
downloads

Publisher

verified publishertharanitharan.dev

Weekly Downloads

A production-ready collection of String extension methods for Dart and Flutter. Features include validation, transformation, extraction, masking, and fuzzy matching.

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter

More

Packages that depend on super_string_utils