Update readme

This commit is contained in:
Hillel Coren 2021-02-23 13:03:38 +02:00
parent 7afdbeff45
commit 84623796f0
1 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,16 @@ Note: if you don't have an Invoice Ninja backend setup you can test the app with
- Password: `Password0` - Password: `Password0`
- URL: `demo.invoiceninja.com` - URL: `demo.invoiceninja.com`
## Removing non-FOSS code
```
cp android/build.gradle.foss android/build.gradle
cp lib/ui/auth/login_vm.dart.foss lib/ui/auth/login_vm.dart
cp lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart
cp pubspec.foss.yaml pubspec.yaml
rm pubspec.lock
```
## Application Architecture ## Application Architecture
The application was created using the [Flutter Redux Starter](https://github.com/hillelcoren/flutter-redux-starter). The application was created using the [Flutter Redux Starter](https://github.com/hillelcoren/flutter-redux-starter).