Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tacsotai/flutter_bluesky
https://github.com/tacsotai/flutter_bluesky
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tacsotai/flutter_bluesky
- Owner: tacsotai
- License: bsd-3-clause
- Created: 2023-05-09T09:05:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-21T13:40:20.000Z (10 months ago)
- Last Synced: 2024-04-10T08:04:09.933Z (10 months ago)
- Language: Dart
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-atproto - Dart/Flutter BlueSky client
README
# flutter_bluesky
This plugin provides a client for [bluesky](https://bsky.app/) or other PDS of [atproto](https://github.com/bluesky-social/atproto).
It is **not completed** to invoke all APIs.
I will make it little by little.
It may change by spec change of atproto.## Getting Started
```
cd flutter_bluesky/example
flutter pub get
flutter run
```Enjoy!!
- This plugin don't support invite code.
- Android and iOS: Only I tested. Other, please try and let me know.---
![1](https://github.com/tacsotai/flutter_bluesky/blob/6622979cdae92d014224e834542c7c3acae98542/doc/img/connect.png?raw=true)|![2](https://github.com/tacsotai/flutter_bluesky/blob/master/doc/img/login.png?raw=true)|![3](https://github.com/tacsotai/flutter_bluesky/blob/master/doc/img/home.png?raw=true)|![4](https://github.com/tacsotai/flutter_bluesky/blob/master/doc/img/profile.png?raw=true)|
---