[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

+3 -3
+3 -3
.github/workflows/android-internal-release.yml
··· 40 40 41 41 - name: Generated code setup 42 42 run: | 43 - flutter pub get --enforce-lockfile 43 + flutter pub get 44 44 dart run build_runner build --delete-conflicting-outputs 45 45 46 46 - name: Setup Firebase config ··· 59 59 echo "MESSAGES_SERVICE_URL=https://chat.sprk.so" >> .env 60 60 echo "SHOWCASES_LICENSE_FLUTTER=${{ secrets.SHOWCASES_LICENSE_FLUTTER }}" >> .env 61 61 echo "SIGNUPS_DISABLED=false" >> .env 62 - 62 + 63 63 # Set versionCode (run number) 64 64 START_VERSION_CODE=4000 65 65 VERSION_CODE=$((START_VERSION_CODE + ${{ github.run_number }})) ··· 87 87 serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} 88 88 packageName: so.sprk.app 89 89 releaseFiles: build/app/outputs/bundle/release/app-release.aab 90 - track: internal 90 + track: internal