openfeature_provider_intellitoggle 0.0.5
openfeature_provider_intellitoggle: ^0.0.5 copied to clipboard
Official IntelliToggle provider for the OpenFeature Dart Server SDK.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add openfeature_provider_intellitoggleWith Flutter:
$ flutter pub add openfeature_provider_intellitoggleThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
openfeature_provider_intellitoggle: ^0.0.5Alternatively, 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:openfeature_provider_intellitoggle/openfeature_provider_intellitoggle.dart';