unleash 0.0.3 copy "unleash: ^0.0.3" to clipboard
unleash: ^0.0.3 copied to clipboard

outdated

A dart client for Unleash. Unleash is a simple and easy to use feature toggle (feature flag) service.

example/example.dart

import 'package:unleash/unleashdart.dart';

Future<void> main() async {
  await Unleash.init(
    UnleashSettings(
      appName: '<appname>',
      instanceId: '<instanceid>',
      unleashApi: Uri.parse('<api_url>'),
    ),
  );
  print(Unleash.isEnabled('Awesome Feature'));
}
21
likes
0
pub points
81%
popularity

Publisher

verified publishergetunleash.io

A dart client for Unleash. Unleash is a simple and easy to use feature toggle (feature flag) service.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, meta

More

Packages that depend on unleash