rot13 1.0.3 copy "rot13: ^1.0.3" to clipboard
rot13: ^1.0.3 copied to clipboard

Flutter package to encode / decode string to ROT13 (rotate by 13 places)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rot13

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

dependencies:
  rot13: ^1.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:rot13/rot13.dart';
9
likes
130
pub points
68%
popularity

Publisher

verified publisheraqeelshamz.com

Flutter package to encode / decode string to ROT13 (rotate by 13 places)

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on rot13