Build doc

This commit is contained in:
Vicente J. Ruiz Jurado 2018-08-04 17:51:54 +02:00
parent bff9ab4b39
commit 333563f324

View file

@ -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