[READ ONLY MIRROR] Open Source TikTok alternative built on AT Protocol github.com/sprksocial/client
flutter atproto video dart
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: android only run when key files changed

+8 -1
+6
.github/workflows/android-internal-release.yml .github/workflows/android.yml
··· 5 5 push: 6 6 branches: 7 7 - main 8 + paths: 9 + - "lib/**" 10 + - "android/**" 11 + - "pubspec.yaml" 12 + - "pubspec.lock" 13 + - ".github/workflows/android.yml" 8 14 9 15 concurrency: 10 16 group: ${{ github.workflow }}-${{ github.ref }}
+2 -1
AGENTS.md
··· 50 50 - `lib/src/features/README.md` 51 51 - `lib/src/core/utils/logging/README.md` 52 52 - `.github/workflows/flutter_lint.yml` 53 - - `.github/workflows/android-internal-release.yml` 53 + - `.github/workflows/flutter-test.yml` 54 + - `.github/workflows/android.yml` 54 55 55 56 ## Safety 56 57 - Never commit secrets (`.env`, platform credentials)