pickafeature 1.0.3 copy "pickafeature: ^1.0.3" to clipboard
pickafeature: ^1.0.3 copied to clipboard

Flutter SDK for pick a feature - collect user feedback and feature requests directly inside your app. Includes drop-in UI widgets and a typed API client.

Changelog #

1.0.3 #

  • Fix: broken thumb_up icon and resulting Row overflow on every feature card. The icon was referenced via the old package name (packages/wishkit/...) and never resolved after the rebrand.
  • Fix: default PickAFeatureScreen title showed WishKit when customTitle was not set. Now defaults to Feature requests.

1.0.2 #

  • Docs polish (README, CHANGELOG, pubspec description).

1.0.1 #

  • Dropped unused dependencies: device_info_plus, package_info_plus, url_launcher. Smaller install footprint and no out-of-date transitive constraints.

1.0.0 #

First public release.

  • Drop-in PickAFeatureScreen widget - list, vote, and submit feature requests
  • Submission form (FeatureRequestScreen) with separate title + description fields
  • Programmatic API: getFeedbackRequests(), upvoteFeedback()
  • User identity: updateUser({email, name}) attaches the user's email to future feedback submissions so requests can be attributed in the dashboard
  • Anonymous device fallback - auto-generated UUID persisted with shared_preferences for users who don't sign in
  • Theming via PickAFeatureConfig - colors, border radius, custom copy, optional email field
  • Configurable base URL for self-hosted backends
  • Typed errors via ApiException - isAuthError, isRateLimit, isNetworkError, retryAfter
  • Demo mode (PickAFeatureConfig.demoMode) for offline development
0
likes
160
points
207
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter SDK for pick a feature - collect user feedback and feature requests directly inside your app. Includes drop-in UI widgets and a typed API client.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_localizations, http, shared_preferences, uuid

More

Packages that depend on pickafeature