customfit_ai_flutter_sdk 0.1.2
customfit_ai_flutter_sdk: ^0.1.2 copied to clipboard
A comprehensive Flutter SDK for CustomFit.ai's feature flagging, A/B testing, and analytics platform. Provides real-time configuration updates, offline support, type-safe APIs, and cross-platform comp [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add customfit_ai_flutter_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
customfit_ai_flutter_sdk: ^0.1.2
Alternatively, 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:customfit_ai_flutter_sdk/customfit_ai_flutter_sdk.dart';