saslprep 1.0.2 copy "saslprep: ^1.0.2" to clipboard
saslprep: ^1.0.2 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.2

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';
1
likes
120
pub points
72%
popularity

Publisher

verified publisherdart.konsultaner.de

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

pedantic, unorm_dart

More

Packages that depend on saslprep