form_concierge 0.3.0
form_concierge: ^0.3.0 copied to clipboard
An embeddable Flutter survey package on Cloudflare, featuring an API, an admin dashboard, and web forms built with Jaspr.
0.3.0 #
- Request a token from
captchaTokenProvideronly when the API reports that CAPTCHA is required, avoiding unnecessary challenges when the saved CAPTCHA setting is enabled but Turnstile is not configured. - Add a pub.dev package screenshot and improve CAPTCHA API documentation.
0.2.1 #
- Deprecate
onSubmittedin favor ofonResponseSubmitted, which provides the saved response and answers. - Rename GenUI follow-up wording to AI follow-ups in API documentation and examples.
0.2.0 #
- Add
loadingBuilderto customize survey loading states. - Move the default loading indicator near the top of the available body area.
0.1.1 #
- Add
captchaTokenProviderso hosts can supply a CAPTCHA token (for example Cloudflare Turnstile) when a survey has CAPTCHA enabled. - Add
onSubmitErrorto surface submission failures beyond the inline message. - Document CAPTCHA integration and update the full mobile example.
0.1.0 #
- First public release.
- Renamed package from
form_concierge_survey_widgettoform_concierge. - Export the complete client API from
form_concierge.dartand the focusedclient.dartentrypoint.
