appsflyer_sdk_plus 0.0.4 copy "appsflyer_sdk_plus: ^0.0.4" to clipboard
appsflyer_sdk_plus: ^0.0.4 copied to clipboard

AppsFlyer plus

example/lib/main.dart

import 'dart:async';

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

import './main_page.dart';

Future<void> main() async {
  await dotenv.load(fileName: '.env');
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return new MaterialApp(
      home: new MainPage(),
    );
  }
}
0
likes
130
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

AppsFlyer plus

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on appsflyer_sdk_plus