twonly-app/README.md

22 lines
630 B
Markdown
Raw Normal View History

2025-01-19 20:29:00 +00:00
# twonly
2024-12-31 08:50:53 +00:00
2025-05-31 09:48:22 +00:00
run-as eu.twonly.testing ls /data/user/0/eu.twonly.testing/
## Building
Some dependencies are downloaded directly from the source as there are some new changes which are not yet published on
pub.dev or because they require some special installation.
- `flutter_secure_storage`: We need the 10.0.0-beta version, but this version has some issues which are fixed but [not yet published](https://github.com/juliansteenbakker/flutter_secure_storage/issues/866):
```bash
git submodule update --init --recursive
2025-05-31 11:42:12 +00:00
cd dependencies/flutter_zxing
git submodule update --init --recursive
./scripts/update_ios_macos_src.s
2025-05-31 09:48:22 +00:00
```