privacysuraksha_consent 0.2.0
privacysuraksha_consent: ^0.2.0 copied to clipboard
DPDP consent notice for Flutter apps — the Flutter shell of the Compliant mobile SDK.
0.2.0 #
- Feature: the consent-receipt and consent-history download buttons now
route through the native bridge instead of a browser-only
fetch()+ anchor-click that never worked inside a WebView. The web core sends adownloadrequest over the same channel as every other network call; the shell fetches the bytes, writes them to a temp file, and hands them to the platform share sheet via a new pluggableCompliantShareinterface (default:SharePlusCompliantShare, backed byshare_plus). Addsshare_plusandpath_provideras new required dependencies.
0.1.1 #
- Fix: a 404 from
GET /api/v1/cookie-declaration/:siteKey(no scan published yet — the normal state for a fresh integration) is no longer reported as a generic load error.http_bridge.dartnow carries the HTTP status code through to the page, which renders the friendly "nothing published yet" empty state instead of an error banner.
0.1.0 #
Initial release.