mobile bluesky app made with flutter lazurite.stormlightlabs.org/
mobile bluesky flutter
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: circular fab

+1
+1
lib/features/feed/presentation/home_feed_screen.dart
··· 112 112 ), 113 113 floatingActionButton: FloatingActionButton( 114 114 onPressed: () => context.push('/compose'), 115 + shape: const CircleBorder(), 115 116 child: const Icon(Icons.add), 116 117 ), 117 118 );