misarblog_flutter 1.1.0 copy "misarblog_flutter: ^1.1.0" to clipboard
misarblog_flutter: ^1.1.0 copied to clipboard

discontinuedreplaced by: misarblog

Official Flutter SDK for Misar.Blog — secure key storage, retry, full dev-API coverage, plus the embed widget for iOS, Android, macOS, Web.

Changelog #

All notable changes to this SDK are documented here. Versions follow semantic versioning.

1.1.0 — 2026-08-16 #

Added #

  • comments.list(...)GET /comments, an article's thread with replies nested one level deep.
  • follows.status(...)GET /follows, follower/following counts plus whether the key's owner follows the profile.
  • A dedicated plan-limit error type carrying the plan slug, the pricing URL and seconds until the allowance resets. The API answers a spent allowance with 429 and a locked feature with 402, both tagged plan_limit_exceeded.

Changed #

  • Plan refusals no longer consume the retry budget. A plan_limit_exceeded response is surfaced immediately instead of being retried three times with back-off — retrying cannot help until the allowance resets or the plan changes. Plain rate-limit 429s still retry as before.
  • The SDK now covers all 25 key-authenticated operations.

Changed #

  • publish_to: none removed and the path: ../dart dependency replaced with misarblog: ^1.1.0, so the package can be published to pub.dev.

1.0.0 #

  • Initial release: 23 developer-API operations, typed models, retry with exponential back-off.
0
likes
130
points
82
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Official Flutter SDK for Misar.Blog — secure key storage, retry, full dev-API coverage, plus the embed widget for iOS, Android, macOS, Web.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, http, misarblog, webview_flutter

More

Packages that depend on misarblog_flutter