dart_stringprep 0.1.0+4-dev copy "dart_stringprep: ^0.1.0+4-dev" to clipboard
dart_stringprep: ^0.1.0+4-dev copied to clipboard

Implementation of String prep function for dart. This source was created using Arachnid's stringprep-js. It is suppose to be implementation of RFC3454

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_stringprep

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dart_stringprep: ^0.1.0+4-dev

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_stringprep/profiles.dart';
import 'package:dart_stringprep/string_prep.dart';
import 'package:dart_stringprep/tables.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Implementation of String prep function for dart. This source was created using Arachnid's stringprep-js. It is suppose to be implementation of RFC3454

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

More

Packages that depend on dart_stringprep