justtrack_sdk 1.0.0
justtrack_sdk: ^1.0.0 copied to clipboard
justtrack is AppLike Group's next level attribution & UA automation platform - built by app publishers for app publishers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add justtrack_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
justtrack_sdk: ^1.0.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:justtrack_sdk/justtrack_sdk.dart';