dot_flutter 1.0.13
dot_flutter: ^1.0.13 copied to clipboard
This is a wisetracker's mobile sdk flutter plugin which is for attribution and inApp analytics.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dot_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dot_flutter: ^1.0.13Alternatively, 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:dot_flutter/dot_flutter.dart';