superfine_sdk_appsflyer 0.0.2 copy "superfine_sdk_appsflyer: ^0.0.2" to clipboard
superfine_sdk_appsflyer: ^0.0.2 copied to clipboard

This is flutter plugin of Superfine Sdk Appsflyer module.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Example app'),
        ),
        body: const Center(
          child: Text('Welcome to Superfine'),
        ),
      ),
    );
  }
}
1
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

This is flutter plugin of Superfine Sdk Appsflyer module.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, superfine_sdk

More

Packages that depend on superfine_sdk_appsflyer

Packages that implement superfine_sdk_appsflyer