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

flutter bluesky plugin project. This plugin provides a client for bluesky or other PDS of atproto.

flutter_bluesky #

This plugin provides a client for bluesky or other PDS of 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!!

  • View the data only: NOT IMPLEMETNED Post, Like, Follow, and so on. It mean you should create account with another account.
  • Android and iOS: Only I tested. Other, please try and let me know.

1|2|3|4| #

DB #

The ATProtocol designs that the client must store data in case a PDS the client connectted is crashed. Actually, I don't understand enough. Please tell me.

Structure (under construction) #

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

└── tables
    ├── account.dart
    └── app_view
        ├── post.dart
        :
1
likes
0
pub points
1%
popularity

Publisher

unverified uploader

flutter bluesky plugin project. This plugin provides a client for bluesky or other PDS of atproto.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

acceptable, badges, easy_localization, file_picker, flutter, flutter_login, flutter_typeahead, http, intl, path, plugin_platform_interface, provider, timeago, tuple, url_launcher

More

Packages that depend on flutter_bluesky