branch_sdk 1.0.0-alpha.8
branch_sdk: ^1.0.0-alpha.8 copied to clipboard
A flutter plugin for the Branch SDK(https://branch.io). Branch provides you traffic or install attribution, deep linking and more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add branch_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
branch_sdk: ^1.0.0-alpha.8
Alternatively, 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:branch_sdk/branch_sdk.dart';