Skip to content

encryptogram/encryptogram-flutter

Repository files navigation

encryptogram

Screen shot

A Flutter app that acts as a client to Encryptogram, a new encrypted chat app.

Testing

Remember to install Dart and Flutter first.

  1. Run git clone https://github.com/encryptogram/encryptogram-flutter
  2. Run cd encryptogram
  3. Run:
    • flutter run to run on Android/iOS if one is setup for Flutter development, running without Android or iOS device connected will result in a selection menu to choose which platform you want to use
    • flutter run -d chrome --web-port 8000 to deploy JavaScript natively compiled version to localhost:8000
    • flutter run -d linux to run on Linux
    • flutter run -d windows to run on Windows
    • flutter run -d macos to run on macOS (not tested)