ff_flutter_client_sdk 2.0.0 copy "ff_flutter_client_sdk: ^2.0.0" to clipboard
ff_flutter_client_sdk: ^2.0.0 copied to clipboard

Feature Flag Management platform from Harness. Flutter SDK can be used to integrate with the platform in your Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ff_flutter_client_sdk

With Flutter:

 $ flutter pub add ff_flutter_client_sdk

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

dependencies:
  ff_flutter_client_sdk: ^2.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:ff_flutter_client_sdk/CfClient.dart';
import 'package:ff_flutter_client_sdk/CfConfiguration.dart';
import 'package:ff_flutter_client_sdk/CfTarget.dart';
2
likes
0
pub points
34%
popularity

Publisher

verified publisherharness.io

Feature Flag Management platform from Harness. Flutter SDK can be used to integrate with the platform in your Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, logging

More

Packages that depend on ff_flutter_client_sdk