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

center header icons

+1 -4
+1 -4
lib/screens/profile_screen.dart
··· 459 459 ), 460 460 ), 461 461 ), 462 - child: SingleChildScrollView( 463 - scrollDirection: Axis.horizontal, 464 - child: Row( 462 + child: Row( 465 463 mainAxisAlignment: MainAxisAlignment.spaceEvenly, 466 464 children: [ 467 465 _buildTabItem(context, 0, CupertinoIcons.film), ··· 471 469 if (isAuthenticated) _buildTabItem(context, 4, CupertinoIcons.lock), 472 470 ], 473 471 ), 474 - ), 475 472 ), 476 473 ), 477 474 ),