feature_flags_toggly_secure_storage 0.3.0
feature_flags_toggly_secure_storage: ^0.3.0 copied to clipboard
Secure-storage persistence backend for the Toggly Flutter SDK (feature_flags_toggly), enabling offline feature flag, variant, and JWKS caching via flutter_secure_storage.
0.3.0 #
2026-07-07
Changed #
- Definitions revision keys now include evaluation identity (user/groups/claims)
alongside
appKeyandenvironment, matchingfeature_flags_toggly1.8.0. - Reads migrate legacy
appKey/environment-only revision entries to the identity-scoped key automatically.
0.2.0 #
2026-07-07
Added #
SecureStorageCacheProvidernow implementsTogglyRevisionCacheProvider, persisting the definitions revision (ETag) keyed byappKey/environmentso cold starts sendIf-None-Matchwith signed definitions.
0.1.2 #
2026-07-06
Fixed #
- Added
.pubignoreso build and tooling artifacts are excluded from the published archive (same pattern as the core SDK and Isar provider). - Stopped tracking
pubspec_overrides.yamlin git (usepubspec_overrides.yaml.example) so pub.dev publish validation passes.
Changed #
- Verified compatibility with
feature_flags_toggly1.6.x (setContext, SDK identity on definitions traffic, ETag WebSocket sync).