[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.

chore: rename workflows

+3 -3
+1 -1
.github/workflows/android.yml
··· 1 - name: "Build for Android" 1 + name: android 2 2 3 3 on: 4 4 workflow_dispatch:
+1 -1
.github/workflows/flutter_lint.yml .github/workflows/lint.yml
··· 1 - name: Flutter Analyze Changed Files 1 + name: analyze 2 2 3 3 on: 4 4 pull_request:
+1 -1
.github/workflows/flutter_test.yml .github/workflows/test.yml
··· 1 - name: Flutter Test 1 + name: test 2 2 3 3 on: 4 4 pull_request: