flutter_bluesky 0.1.0 copy "flutter_bluesky: ^0.1.0" to clipboard
flutter_bluesky: ^0.1.0 copied to clipboard

flutter bluesky plugin project.

flutter_bluesky #

This plugin provides a client for bluesky or other PDS of atproto. But UI is not provided, make it by yourself although the example is provided.

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!!

DB #

The ATProtocol designs that the client must store data in case a PDS the client connectted is crashed.

Structure (under construction) #

Account Entity is not for atproto but flutter_bluesky to manage session with each provider and the user.

└── tables
    ├── account.dart
    ├── account.g.dart
    └── app_view
        ├── post.dart
        ├── post.g.dart