text_transformer 1.0.0 copy "text_transformer: ^1.0.0" to clipboard
text_transformer: ^1.0.0 copied to clipboard

A collection of text helper functions to speed up development.

example/main.dart

import 'package:text_transformer/text_transformer.dart';

void main() {
  final Map<String, String> _superSecretPasswordStuff = SaltAndHash('hello');

  // do stuff with _superSecretPasswordStuff['salt'] & _superSecretPasswordStuff['hash']
}
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A collection of text helper functions to speed up development.

Repository (GitLab)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

crypto, test

More

Packages that depend on text_transformer