[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: bump to dart 3.11 for version solving

+2 -6
+1 -1
pubspec.lock
··· 1190 1190 source: hosted 1191 1191 version: "2.2.22" 1192 1192 path_provider_foundation: 1193 - dependency: "direct overridden" 1193 + dependency: transitive 1194 1194 description: 1195 1195 name: path_provider_foundation 1196 1196 sha256: "6d13aece7b3f5c5a9731eaf553ff9dcbc2eff41087fd2df587fd0fed9a3eb0c4"
+1 -5
pubspec.yaml
··· 4 4 # The number after + should stay fixed, the android workflow will change it on every build 5 5 version: 0.8.0+1 6 6 environment: 7 - sdk: ^3.10.0 7 + sdk: ^3.11.0 8 8 workspace: 9 9 - widgetbook 10 10 - fonts ··· 70 70 synchronized: ^3.1.0 71 71 url_launcher: ^6.2.5 72 72 video_player: ^2.11.0 73 - 74 - dependency_overrides: 75 - # temporary env fix 76 - path_provider_foundation: 2.5.1 77 73 78 74 dev_dependencies: 79 75 auto_route_generator: ^10.4.0