textcrypt 0.1.1 copy "textcrypt: ^0.1.1" to clipboard
textcrypt: ^0.1.1 copied to clipboard

A modular Dart package for text obfuscation and compression using various encoding/decoding techniques.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add textcrypt

With Flutter:

 $ flutter pub add textcrypt

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

dependencies:
  textcrypt: ^0.1.1

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:textcrypt/textcrypt.dart';
0
likes
160
points
--
downloads

Publisher

unverified uploader

A modular Dart package for text obfuscation and compression using various encoding/decoding techniques.

Homepage
Repository (GitHub)
View/report issues

Topics

#encryption #compression #encoding #codec #obfuscation

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on textcrypt