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

outdated

Scalable Aggregate Ads Plugin

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
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('GTAds Demo'),
        ),
        body: const Center(
          child: Text('GTAds广告插件'),
        ),
      ),
    );
  }
}
6
likes
0
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

Scalable Aggregate Ads Plugin

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on gtads

Packages that implement gtads