feature_flags_toggly_isar 0.2.1
feature_flags_toggly_isar: ^0.2.1 copied to clipboard
Isar database persistence backend for the Toggly Flutter SDK (feature_flags_toggly), enabling offline feature flag, variant, and JWKS caching.
0.2.1 #
2026-06-15
Fixed #
- Corrected the
repositoryURL inpubspec.yamlto the reachable monorepo location (ops-ai/Toggly.FeatureManagement) so pub.dev can verify it.
0.2.0 #
2026-06-15
Changed #
- Switched from the unmaintained
isar/isar_flutter_libs/isar_generatorpackages to the community-maintained fork:isar_community,isar_community_flutter_libs, andisar_community_generator(^3.3.2). The fork is API-compatible with Isar v3; imports now usepackage:isar_community/isar.dart. No public API changes.