sensors_wave_sdk 0.1.0
sensors_wave_sdk: ^0.1.0 copied to clipboard
Sensors Wave Flutter SDK for event tracking and AB testing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sensors_wave_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sensors_wave_sdk: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sensors_wave_sdk/sensors_wave_sdk.dart';