feddy_flutter 0.2.0 copy "feddy_flutter: ^0.2.0" to clipboard
feddy_flutter: ^0.2.0 copied to clipboard

Feedback infrastructure SDK for Flutter mobile apps. Smart review prompts, paid-user signals, and a feedback loop that doesn't get in the way.

Changelog #

All notable changes to this package will be documented here. Format follows Keep a Changelog.

0.2.0 - 2026-05-07 #

Added #

  • Automatic subscription detection on iOS via SK2Transaction.transactions() (StoreKit 2)
  • Automatic subscription detection on Android via Play Billing purchaseStream + restorePurchases()
  • Feddy.refreshSubscription() re-runs detection after a purchase or restore

Changed #

  • Feddy.configure(autoDetectSubscription:) defaults to true and now actively detects entitlements; pass false to disable

0.1.0 - 2026-05-07 #

Initial public release. Day-one parity with the iOS / React Native siblings — same server protocol, same 5-locale catalog, same fire-and-forget API style.

Added #

  • Feddy.configure(apiKey:) + Feddy.identify(...) + Feddy.submitRequest(...) + Feddy.openFeedback(...) + Feddy.reset()
  • Drop-in Material widgets: RequestListView / RoadmapView / RequestDetailView / FeedbackComposeView / SmartReviewSheet
  • Feddy.requestReviewIfAppropriate(...) with the 4-gate engine (install age / sessions / cooldown / yearly cap)
  • Manual Feddy.setSubscription(...) override (auto-detect IAP reserved for v0.2)
  • 5-locale i18n catalog (en / es / ja / de / fr) auto-detected from device
  • boardTranslations injection for host-supplied custom-key labels
  • Image attachments via image_picker + auto-compression to ≤800 KB
  • Offline submit queue persisted across launches (50 cap / 5 retries)
  • Server-driven Powered by Feddy footer rendered by PoweredByBadge
0
likes
0
points
295
downloads

Publisher

verified publisherfeddy.app

Weekly Downloads

Feedback infrastructure SDK for Flutter mobile apps. Smart review prompts, paid-user signals, and a feedback loop that doesn't get in the way.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

device_info_plus, flutter, http, image, image_picker, in_app_purchase, in_app_purchase_android, in_app_purchase_storekit, in_app_review, package_info_plus, shared_preferences, url_launcher

More

Packages that depend on feddy_flutter