From 8fac0d9d90c5d43b06eac2aa03ac5488fcfcd101 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 21 Aug 2019 08:49:22 +0300 Subject: [PATCH] Tablet layout --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 577fa3361..94dd10f7e 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,8 @@ Note: the mobile app requires the latest version of the web app. - [x] Tasks - [x] Vendors - [x] Expenses -- [ ] Tablet support -- [ ] Desktop support -- [ ] Web support +- [x] Tablet support +- [ ] Web/Version 2 ## Application Architecture @@ -55,7 +54,7 @@ The architecture is based off these two projects: - Run `flutter packages pub run build_runner build --delete-conflicting-outputs` to regenerate the model files. It will also remove the old generated files so conflicts are avoided.. ### Tests -- Run `flutter drive --target=test_driver/products_it.dart` to run the tests +- Run `flutter drive --target=test_driver/all_it.dart` to run the tests ### Code Signing - Run `cp android/app/build.gradle.prod android/app/build.gradle` to support running the code signed