signakit_flags 1.1.0 copy "signakit_flags: ^1.1.0" to clipboard
signakit_flags: ^1.1.0 copied to clipboard

Official Flutter SDK for SignaKit Feature Flags. Fetches flag configurations from CloudFront/S3 and evaluates flags locally with deterministic bucketing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add signakit_flags

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

dependencies:
  signakit_flags: ^1.1.0

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:signakit_flags/signakit_flags.dart';
1
likes
145
points
76
downloads

Documentation

API reference

Publisher

verified publishersignakit.com

Weekly Downloads

Official Flutter SDK for SignaKit Feature Flags. Fetches flag configurations from CloudFront/S3 and evaluates flags locally with deterministic bucketing.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on signakit_flags