feature_gate_pro 1.2.5 copy "feature_gate_pro: ^1.2.5" to clipboard
feature_gate_pro: ^1.2.5 copied to clipboard

A high-performance, robust Feature Flag SDK for Flutter. Supports Local JSON, Remote Config, custom REST APIs, Percentage Rollouts, and Audience Targeting.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add feature_gate_pro

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

dependencies:
  feature_gate_pro: ^1.2.5

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_gate_pro/feature_gate_pro.dart';
1
likes
160
points
353
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-performance, robust Feature Flag SDK for Flutter. Supports Local JSON, Remote Config, custom REST APIs, Percentage Rollouts, and Audience Targeting.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on feature_gate_pro