A simple string Encryption and Decryption using the Caesar Cipher algorithm.
- Download the files.
 - Run 
dart encryption_service.dartto execute the Dart program on console. - Alternatively, run 
flutter pub getto install dependencies andflutter runto launch the Flutter app.