mintegralad 0.0.1 copy "mintegralad: ^0.0.1" to clipboard
mintegralad: ^0.0.1 copied to clipboard

PlatformAndroidiOS
outdated

Mintegral广告flutter版本

example/lib/main.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

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

class _MyAppState extends State<MyApp> {

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(

        ),
      ),
    );
  }
}
1
likes
130
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

Mintegral广告flutter版本

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mintegralad

Packages that implement mintegralad