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

fix(ci): no enforce lockfile

+2 -2
+1 -1
.github/workflows/flutter_lint.yml
··· 47 47 if: steps.changed_files.outputs.any_changed == 'true' 48 48 run: | 49 49 touch .env 50 - flutter pub get --enforce-lockfile 50 + flutter pub get 51 51 dart run build_runner build --delete-conflicting-outputs 52 52 53 53 - name: Codegen (widgetbook)
+1 -1
.github/workflows/flutter_test.yml
··· 34 34 run: touch .env 35 35 36 36 - name: Install dependencies 37 - run: flutter pub get --enforce-lockfile 37 + run: flutter pub get 38 38 39 39 - name: Run code generation 40 40 run: dart run build_runner build --delete-conflicting-outputs