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

outdated

A dart client for unleash

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

Homepage

License

unknown (LICENSE)

Dependencies

http, meta

More

Packages that depend on unleash