Skip to content

sunaoka/dart-rot13-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rot13_converter

ROT13 (rotate by 13 places) converter using dart:convert library.

pub.dev codecov

Usage

import 'package:rot13_converter/rot13_converter.dart';

void main() {
  String plain = 'Why did the chicken cross the road?';
  String rot13 = ROT13.convert(plain);
  print(rot13); // Jul qvq gur puvpxra pebff gur ebnq?
}

About

ROT13 (rotate by 13 places) converter using dart:convert library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published