caesar_cipher library

Functions

build(BuildContext context) Widget
decrypt(String text, int shift) String
dispose() → void
encrypt(String text, int shift) String
isLetter(String char) bool