[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): go back and fix font warnings

+10 -1
+1 -1
.github/workflows/android-internal-release.yml
··· 16 16 17 17 jobs: 18 18 build: 19 - runs-on: blacksmith-4vcpu-ubuntu-2204 19 + runs-on: ubuntu-latest 20 20 21 21 steps: 22 22 - name: Checkout code
+8
pubspec.lock
··· 457 457 url: "https://pub.dev" 458 458 source: hosted 459 459 version: "1.0.2" 460 + cupertino_icons: 461 + dependency: "direct main" 462 + description: 463 + name: cupertino_icons 464 + sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6 465 + url: "https://pub.dev" 466 + source: hosted 467 + version: "1.0.8" 460 468 custom_lint_core: 461 469 dependency: transitive 462 470 description:
+1
pubspec.yaml
··· 16 16 flutter_localizations: 17 17 sdk: flutter 18 18 flutter_dotenv: ^5.1.0 19 + cupertino_icons: ^1.0.8 19 20 cached_network_image: ^3.3.1 20 21 camera: ^0.11.1 21 22 path_provider: ^2.1.2