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.

at main 15 lines 422 B view raw
1flutter_native_splash: 2 color: "#ffffff" 3 color_dark: "#0e0e0e" 4 image: assets/splash/lazurite_splash_logo_light.png 5 image_dark: assets/splash/lazurite_splash_logo_dark.png 6 android: true 7 ios: true 8 web: false 9 fullscreen: true 10 11 android_12: 12 color: "#ffffff" 13 color_dark: "#0e0e0e" 14 image: assets/splash/lazurite_android12_logo_light.png 15 image_dark: assets/splash/lazurite_android12_logo_dark.png