twonly, a privacy-friendly way to connect with friends through secure, spontaneous image sharing.
Find a file
2025-06-12 15:49:08 +02:00
.vscode hide the files 2025-05-31 16:01:39 +02:00
android first poc for #197 2025-06-12 15:49:08 +02:00
assets fix #111 2025-06-03 16:58:37 +02:00
dependencies fix #79 2025-05-31 13:42:12 +02:00
drift_schemas/twonly_database added db migrations 2025-06-05 17:31:47 +02:00
ios first poc for #197 2025-06-12 15:49:08 +02:00
lib first poc for #197 2025-06-12 15:49:08 +02:00
test added db migrations 2025-06-05 17:31:47 +02:00
.gitignore upload fixes 2025-03-26 01:33:28 +01:00
.gitmodules fix #79 2025-05-31 13:42:12 +02:00
analysis_options.yaml add files 2024-12-31 17:50:53 +09:00
build.yaml fix #75 2025-03-30 19:51:57 +02:00
devtools_options.yaml websocket automatic reconnection 2025-01-21 08:41:27 +01:00
firebase.json ios version should work 2025-03-25 00:11:07 +01:00
generate_proto.sh updating to new api version 2025-06-09 23:35:45 +02:00
l10n.yaml refactor, update and rotation fix 2025-04-21 21:32:18 +02:00
LICENSE Initial commit 2024-12-31 09:46:15 +01:00
pubspec.lock updating to new api version 2025-06-09 23:35:45 +02:00
pubspec.yaml updating to new api version 2025-06-09 23:35:45 +02:00
README.md fix #79 2025-05-31 13:42:12 +02:00

twonly

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:
git submodule update --init --recursive

cd dependencies/flutter_zxing
git submodule update --init --recursive
./scripts/update_ios_macos_src.s