feedbackjar 1.2.0
feedbackjar: ^1.2.0 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
propertiesparameter tosubmit()/submitCallback()— custom key/value context merged into the auto-collectedappmetadata.
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 viashared_preferences) and reuse them acrosssubmit()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 —FeedbackSuccessandFeedbackFailure— for safe error handling without exceptions. - Both async/await and callback variants for all operations.
- Supports Android and iOS.