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.

chore: titlecase android label

+1 -1
+1 -1
android/app/src/main/AndroidManifest.xml
··· 5 5 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" /> 6 6 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="28" /> 7 7 <application 8 - android:label="lazurite" 8 + android:label="Lazurite" 9 9 android:name="${applicationName}" 10 10 android:icon="@mipmap/ic_launcher"> 11 11 <activity