configdirector_flutter_client_sdk 0.1.0 copy "configdirector_flutter_client_sdk: ^0.1.0" to clipboard
configdirector_flutter_client_sdk: ^0.1.0 copied to clipboard

Flutter client SDK for ConfigDirector. ConfigDirector is a remote configuration and feature flag service.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'src/app.dart';

/// The client SDK key, supplied at build time so it does not have to be
/// committed:
///
/// ```sh
/// flutter run --dart-define-from-file=env.json
/// ```
///
/// See `env.example.json` and the README for the setup.
const String sdkKey = String.fromEnvironment('CONFIGDIRECTOR_SDK_KEY');

void main() {
  runApp(const SampleApp(sdkKey: sdkKey));
}
0
likes
150
points
98
downloads

Documentation

Documentation
API reference

Publisher

verified publisherconfigdirector.com

Weekly Downloads

Flutter client SDK for ConfigDirector. ConfigDirector is a remote configuration and feature flag service.

Homepage
Repository (GitHub)
View/report issues

Topics

#feature-flags #remote-config #configuration

License

MIT (license)

Dependencies

crypto, flutter, http, package_info_plus, uuid, web

More

Packages that depend on configdirector_flutter_client_sdk