adbrixrm_flutter 2.0.1
adbrixrm_flutter: ^2.0.1 copied to clipboard
AdBrix Remastered plugin for Flutter project. AdBrix is a global Attribution and Analytics tool for Android and iOS app.
example/lib/main.dart
import 'dart:async';
import 'package:adbrixrm_flutter/adbrixrm.dart';
import 'package:adbrixrm_flutter_example/myapp.dart';
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}