configcat_client 4.1.0 copy "configcat_client: ^4.1.0" to clipboard
configcat_client: ^4.1.0 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

With Flutter:

 $ flutter 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: ^4.1.0

Alternatively, your editor might support dart pub get or flutter 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
140
pub points
85%
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
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, dio, json_annotation, pub_semver

More

Packages that depend on configcat_client