super_string_utils 1.1.0 copy "super_string_utils: ^1.1.0" to clipboard
super_string_utils: ^1.1.0 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 Dart:

 $ dart pub add super_string_utils

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 dart pub get):

dependencies:
  super_string_utils: ^1.1.0

Alternatively, 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:super_string_utils/super_string_utils.dart';
1
likes
0
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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter

More

Packages that depend on super_string_utils