wingify_fme_flutter_sdk 1.55.0
wingify_fme_flutter_sdk: ^1.55.0 copied to clipboard
Wingify FME is a solution where you integrate Wingify's SDK in your app codebase and can run feature tests, rollouts, personalization and experimentation campaigns.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wingify_fme_flutter_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wingify_fme_flutter_sdk: ^1.55.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:wingify_fme_flutter_sdk/wingify_fme_flutter_sdk.dart';