kameleoon_client_flutter 3.5.0
kameleoon_client_flutter: ^3.5.0 copied to clipboard
Our SDK gives you the possibility of running experiments and activating feature flags on all platforms targeted by the Flutter application framework.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kameleoon_client_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kameleoon_client_flutter: ^3.5.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:kameleoon_client_flutter/kameleoon_client_flutter.dart';