From 540d017db46550308a90085caacaf5af4fe48b9c Mon Sep 17 00:00:00 2001 From: Vishesh Handa <me@vhanda.in> Date: Tue, 31 Dec 2019 19:08:16 +0100 Subject: [PATCH] Add BUILD instructions They are very basic and stupid, but it's atlesat something. Fixes #9 --- BUILD.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 BUILD.md diff --git a/BUILD.md b/BUILD.md new file mode 100644 index 00000000..7d4da511 --- /dev/null +++ b/BUILD.md @@ -0,0 +1,7 @@ +# Builiding Instructions + +* You will need Flutter + Android Studio to be installed +* It's best to just work on this on Android - the ios setup is far more complicated and I haven't managed to automate it. + +- Clone this repo +- flutter build apk --flavor dev --debug