appsflyer_sdk 1.0.1 copy "appsflyer_sdk: ^1.0.1" to clipboard
appsflyer_sdk: ^1.0.1 copied to clipboard

outdated

A Flutter plugin for AppsFlyer SDK. Supports iOS and Android.

example/lib/main.dart

import './main_page.dart';
import 'package:flutter/material.dart';

void main() => runApp(myApp());

Widget myApp() {
  return new MaterialApp(
    home: new MainPage(),
  );
}
107
likes
0
pub points
98%
popularity

Publisher

unverified uploader

A Flutter plugin for AppsFlyer SDK. Supports iOS and Android.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on appsflyer_sdk