AElga / GhostPeerShareApp

0 stars 0 forks source link

GhostPeerShare

Flutter application for managing & establishing secure channel between two peers.

Android iOS Linux macOS Windows
Support SDK 16+ Any

Getting Started 🏃‍♂️

Install Flutter

To validate installation:

$ flutter doctor

Testing 🧪

For more information

To run all tests:

$ flutter test

⚠️ Does not support dart test as this is not a package. flutter_test is built ontop of dart_test to support Widgets.

Development 🏗️

  1. Clone the Repository

    git clone git@github.com:AElga/GhostPeerShareApp.git
  2. Create your first branch

    git checkout -b new-branch
  3. Commit all changes

    git commit -a -m “Detailed Message”
  4. Push Local Change to Remote Repository (Explain)

    git push --set-upstream origin new-branch
  5. Create a Pull Request