feedbackjar 1.2.1 copy "feedbackjar: ^1.2.1" to clipboard
feedbackjar: ^1.2.1 copied to clipboard

Flutter SDK for FeedbackJar — collect user feedback with automatic device metadata. You build the UI; the SDK handles submission and listing.

1.2.0 #

  • Add properties parameter to submit()/submitCallback() — custom key/value context merged into the auto-collected app metadata.

1.1.0 #

  • Add getConfig() to fetch whether the org asks submitters for their name/email ("Ask for Name" / "Ask for Email" in the dashboard).
  • Add setIdentity()/getIdentity()/clearIdentity() to remember a submitter's name/email (persisted via shared_preferences) and reuse them across submit() calls.
  • submit() now automatically reuses a remembered identity and persists any name/email passed to it.

1.0.0 #

  • Initial release.
  • Submit anonymous feedback enriched with device metadata (OS, device model, screen, locale, app version).
  • List public feedback with cursor-based pagination.
  • Sealed FeedbackResult<T> type — FeedbackSuccess and FeedbackFailure — for safe error handling without exceptions.
  • Both async/await and callback variants for all operations.
  • Supports Android and iOS.
1
likes
0
points
293
downloads

Publisher

verified publisherfeedbackjar.com

Weekly Downloads

Flutter SDK for FeedbackJar — collect user feedback with automatic device metadata. You build the UI; the SDK handles submission and listing.

Homepage

License

unknown (license)

Dependencies

device_info_plus, flutter, http, package_info_plus, shared_preferences

More

Packages that depend on feedbackjar