configcat_client 2.0.2 copy "configcat_client: ^2.0.2" to clipboard
configcat_client: ^2.0.2 copied to clipboard

Dart (Flutter) SDK for ConfigCat. ConfigCat is a hosted feature flag service that lets you manage feature toggles across frontend, backend, mobile, desktop apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add configcat_client

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

dependencies:
  configcat_client: ^2.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:configcat_client/configcat_client.dart';
5
likes
0
pub points
84%
popularity

Publisher

verified publisherconfigcat.com

Dart (Flutter) SDK for ConfigCat. ConfigCat is a hosted feature flag service that lets you manage feature toggles across frontend, backend, mobile, desktop apps.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, dio, json_annotation, logger, pub_semver

More

Packages that depend on configcat_client