saslprep 1.0.3 saslprep: ^1.0.3 copied to clipboard
This package provides the Stringprep (rfc4013) Profile for User Names and Passwords for dart. A port of https://github.com/reklatsmasters/saslprep to the dart lang
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add saslprep
With Flutter:
$ flutter pub add saslprep
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
saslprep: ^1.0.3
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:saslprep/saslprep.dart';