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

outdated

A new flutter plugin project.

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(),
  );
}