Tablet layout

This commit is contained in:
Hillel Coren 2019-08-21 08:49:22 +03:00
parent eefabb7740
commit 8fac0d9d90
1 changed files with 3 additions and 4 deletions

View File

@ -26,9 +26,8 @@ Note: the mobile app requires the latest version of the web app.
- [x] Tasks - [x] Tasks
- [x] Vendors - [x] Vendors
- [x] Expenses - [x] Expenses
- [ ] Tablet support - [x] Tablet support
- [ ] Desktop support - [ ] Web/Version 2
- [ ] Web support
## Application Architecture ## 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.. - 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 ### 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 ### Code Signing
- Run `cp android/app/build.gradle.prod android/app/build.gradle` to support running the code signed - Run `cp android/app/build.gradle.prod android/app/build.gradle` to support running the code signed