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

With Flutter:

 $ flutter pub add configcat_client
copied to clipboard

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.1
copied to clipboard

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';
copied to clipboard
5
likes
140
points
13.2k
downloads

Publisher

verified publisherconfigcat.com

Weekly Downloads

2024.09.16 - 2025.03.31

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