myConsciousness / atproto.dart

🦋 AT Protocol and Bluesky things for Dart and Flutter.
https://atprotodart.com
BSD 3-Clause "New" or "Revised" License
147 stars 13 forks source link

Feature Request: Integrate `bluesky_chat` into `bluesky` #1552

Closed myConsciousness closed 2 weeks ago

myConsciousness commented 2 weeks ago

These packages share same types. Integrate packages for more efficient maintenance and development.

myConsciousness commented 2 weeks ago

Also, I want to make the packages more streamlined.

For example, in the bluesky package, objects inherited from atproto_core and atproto are exposed in package:bluesky/bluesky.dart, but should be in package:bluesky/core.dart and package:bluesky/atproto.dart.