From 333563f324c6301a922941e7c575bf284dc7c3c8 Mon Sep 17 00:00:00 2001 From: "Vicente J. Ruiz Jurado" Date: Sat, 4 Aug 2018 17:51:54 +0200 Subject: [PATCH] Build doc --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2772f6..c9b1247 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,14 @@ You also needs a: Some json related code is generated via ``` -flutter packages pub run build_runner build +flutter packages pub run build_runner build --delete-conflicting-outputs ``` also you can run with `watch` instead of `build` to build with any code change. +Generate apk with: +``` +flutter build apk -t lib/mainProd.dart +``` ## Testing Run `flutter test` for doing unit testing. @@ -35,5 +39,3 @@ GNU APLv3. See our [LICENSE](https://github.com/comunes/todos-contra-el-fuego-we ## Thanks & other acknowlegments (...) - -flutter packages pub run build_runner build --delete-conflicting-outputs