A Flutter app that acts as a client to Encryptogram, a new encrypted chat app.
Remember to install Dart and Flutter first.
- Run
git clone https://github.com/encryptogram/encryptogram-flutter
- Run
cd encryptogram
- 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 useflutter run -d chrome --web-port 8000
to deploy JavaScript natively compiled version tolocalhost:8000
flutter run -d linux
to run on Linuxflutter run -d windows
to run on Windowsflutter run -d macos
to run on macOS (not tested)