feature_flags_toggly_disk 0.1.1 copy "feature_flags_toggly_disk: ^0.1.1" to clipboard
feature_flags_toggly_disk: ^0.1.1 copied to clipboard

On-disk (plain JSON file) persistence backend for the Toggly Flutter SDK (feature_flags_toggly), enabling offline feature flag, variant, and JWKS caching.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add feature_flags_toggly_disk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  feature_flags_toggly_disk: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:feature_flags_toggly_disk/feature_flags_toggly_disk.dart';
0
likes
150
points
93
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

On-disk (plain JSON file) persistence backend for the Toggly Flutter SDK (feature_flags_toggly), enabling offline feature flag, variant, and JWKS caching.

License

BSD-3-Clause (license)

Dependencies

feature_flags_toggly, flutter, path, path_provider

More

Packages that depend on feature_flags_toggly_disk