pickafeature 1.0.3
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_upicon 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
PickAFeatureScreentitle showedWishKitwhencustomTitlewas not set. Now defaults toFeature 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
PickAFeatureScreenwidget - 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_preferencesfor 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