feature_flags_toggly_sqlite 0.1.2
feature_flags_toggly_sqlite: ^0.1.2 copied to clipboard
SQLite persistence backend for the Toggly Flutter SDK (feature_flags_toggly), enabling offline feature flag, variant, and JWKS caching via sqflite.
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).