app_help_center
A lightweight Flutter help center and user communication kit for app announcements, changelog, FAQ, support, and rating links.
0.2.7
145 downloads/mo
#1638 most downloaded on pub.dev
kyinwind/app_help_center
What this package is like to depend on
Last release 3 days ago
20 Aug 2026
Release timing varies
gaps range from 8 days to 2 months
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
8 releases · first in 2026
8 releases in the last 12 months
see the full history below
Release timeline
8 releases · Jun 2026 to Aug 2026Releases
latest 8-
0.2.720 Aug 2026Release notes
Open source →- Broadened
http,http_parser, andshared_preferencesconstraints while preserving the APIs used by the package. - Restored compatibility with Flutter 3.22 and platform forks by replacing
Color.withValueswithColor.withOpacity.
- Broadened
-
0.2.630 Jun 2026Release notes
Open source →- Added remote FAQ JSON loading through
AppHelpCenterConfig.remoteFaqUrl. - Added
AppHelpCenterConfig.remoteFaqParserfor custom remote FAQ JSON schemas. - Documented remote FAQ fallback and merge behavior: local FAQ items stay available when the network fails, matching IDs are updated, and new remote items are appended.
- Added remote FAQ JSON loading through
-
0.2.529 Jun 2026Release notes
Open source →- Fixed built-in Chinese localization strings for the help center UI.
- Documented the internationalization boundary between the plugin and host apps.
- Clarified that
copyOverridesis an advanced escape hatch, not a full translation table. - Added API responsibility documentation for plugin-owned copy and host-owned product content.
-
0.2.428 Jun 2026Release notes
Open source →- Displayed announcement published dates in help center announcement cards.
-
0.2.326 Jun 2026Release notes
Open source →- Added HelpFeedbackConfig.dingTalkContentBuilder to customize DingTalk message content from the app layer.
- Kept DingTalk's default feedback message unchanged when no content builder is configured.
- Documented DingTalk keyword-security usage in the README.
-
0.2.225 Jun 2026Release notes
Open source →- Added review prompt manager with dual click/day thresholds, four-button dialog (Rate Now / Later / Settings / Never), and persistent silent state via
AppHelpCenterConfig.reviewPrompt. - Added Discord webhook multipart image upload support in feedback service (
payload_json+files[]). - Added screenshot picker on the feedback page: tap to add, horizontal thumbnail preview, remove button, up to 5 images via
image_picker. - Added rate and tech support action buttons on the feedback page (mirrors SwiftHelpCenter
FeedbackView.feedbackActions). - Added character count display (1700-character limit) below the feedback text field.
- Added
image_pickerandhttp_parserdependencies.
- Added review prompt manager with dual click/day thresholds, four-button dialog (Rate Now / Later / Settings / Never), and persistent silent state via
-
0.2.121 Jun 2026Release notes
Open source →- Relaxed the
intldependency constraint to support>=0.19.0 <0.21.0. - Updated deprecated color opacity calls for newer Flutter SDKs.
- Relaxed the
-
0.2.007 Jun 2026Release notes
Open source →- Added unified feedback configuration through
AppHelpCenterConfig.feedback. - Added built-in
HelpFeedbackPage. - Added email, web form, Discord webhook, DingTalk webhook, and custom submit channels.
- Added lightweight system information collection for feedback payloads.
- Updated the default feedback quick link to appear only when feedback is configured.
- Added remote version supplements for updating version history video/article links from JSON.
- Added unified feedback configuration through