mastodon_dart 0.1.5
mastodon_dart: ^0.1.5 copied to clipboard
The official Dart library for accessing the Mastodon API. Use in conjunction with mastodon_flutter to build a Flutter Mastodon app.
0.1.5 (3/19/2020) #
- Add missing
textproperty toStatus
0.1.4 0.1.4+3 (3/18/2020) #
- Add missing
bookmarkedproperty toStatus - Address pub health suggestions
0.1.3 (3/17/2020) #
- Add missing attachment type to
AttachmentTypeenum
0.1.2 (3/17/2020) #
- Add missing parameter to the
Notificationsendpoint - 0.2.1+1: Null coalesce Notification
exclude_types
0.1.1+1 (3/16/2020) #
- Add new
NotificationsBlocto handle retrieving Notifications
0.1.0+9 (3/15/2020) #
- Deprecate flakey auth code validator
0.1.0+7 (3/15/2020) #
- Update dependencies
- Update rxdart code for latest version
- Add formal example project