sweep_client 1.0.0+1 copy "sweep_client: ^1.0.0+1" to clipboard
sweep_client: ^1.0.0+1 copied to clipboard

The client library for the Sweep platform

Sweep SDK for Dart #

This is the Dart SDK for the (Sweep)[https://sweephq.com] platform.

Usage #

Sweep.SetApiKey("YOUR-API-KEY");```
var eventName = "signup";
var eventParams = {"username":"foo@bar"};
Sweep.Raise(eventName:"foo", params:eventParams);
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

The client library for the Sweep platform

Homepage

License

MIT (LICENSE)

Dependencies

sweep_api

More

Packages that depend on sweep_client