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.

docs: add readme screenshots

+12 -27
+12 -27
README.md
··· 6 6 7 7 ## Features 8 8 9 - ### Home Feed 10 - 11 - View your personal timeline with support for threads and media. 12 - 13 - ![Home Feed Screenshot](https://placehold.co/400x800/2196F3/FFFFFF?text=Home+Feed+Screenshot) 14 - 15 - ### Compose 16 - 17 - Create new posts with rich text and media attachments. Supports replies and quoting. 18 - 19 - ![Compose Screenshot](https://placehold.co/400x800/4CAF50/FFFFFF?text=Compose+Screenshot) 20 - 21 - ### Search 22 - 23 - Discover people and posts across the Bluesky network. 24 - 25 - ![Search Screenshot](https://placehold.co/400x800/FF9800/FFFFFF?text=Search+Screenshot) 26 - 27 - ### Profile 9 + ### Home Feed & Composer 28 10 29 - View detailed actor profiles, including their feed and metadata. 30 - 31 - ![Profile Screenshot](https://placehold.co/400x800/9C27B0/FFFFFF?text=Profile+Screenshot) 32 - 33 - ### Developer Tools 11 + | Home Feed | Composer | Profile | 12 + | --------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | 13 + | ![Home Feed](./docs/images/home-feed.png) | ![Compose Screenshot](https://placehold.co/400x800/4CAF50/FFFFFF?text=Compose+Screenshot) | ![Profile](./docs/images/profile.png) | 14 + | View your personal timeline with support for threads and media. | Create new posts with rich text and media attachments. Supports replies and quoting. | View detailed actor profiles, including their feed and metadata. | 34 15 35 - Built-in logs and developer utilities for exploring the AT Protocol. 16 + ### Search & Profile 36 17 37 - ![DevTools Screenshot](https://placehold.co/400x800/607D8B/FFFFFF?text=Dev+Tools+Screenshot) 18 + | Search | About | DevTools | 19 + | ----------------------------------------------------- | ------------------------------------ | ------------------------------------------------------------------------------------- | 20 + | ![Search Results](./docs/images/search.png) | ![About](./docs/images/about.png) | ![DevTools](./docs/images/dev-tools.png) | 21 + | Discover people and posts across the Bluesky network. | About (showing Rose Pine Moon theme) | Built-in logs and developer utilities for exploring the AT Protocol (Rose Pine Dawn). | 38 22 39 23 ### Offline Support & Drafts 40 24 ··· 124 108 ## Credits 125 109 126 110 - Typography inspiration from [Anisota](https://anisota.net/) by [Dame.is](https://dame.is). 127 - - Inspired by [Witchsky](https://witchsky.app/). 111 + - Custom theming inspired by [Witchsky](https://witchsky.app/). 128 112 - DevTools (AT Protocol Explorer) inspiration from [pdsls](https://pds.ls/) 113 + - AT URI links pass through [aturi.to](https://aturi.to/)
docs/images/about.png

This is a binary file and will not be displayed.

docs/images/dev-tools.png

This is a binary file and will not be displayed.

docs/images/home-feed.png

This is a binary file and will not be displayed.

docs/images/profile.png

This is a binary file and will not be displayed.

docs/images/search.png

This is a binary file and will not be displayed.