configcat_client 3.0.0 configcat_client: ^3.0.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: ^3.0.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';