gromore_ads 1.0.2 copy "gromore_ads: ^1.0.2" to clipboard
gromore_ads: ^1.0.2 copied to clipboard

GroMore 广告聚合 Flutter 插件,提供开屏、插屏、横幅、激励视频、信息流等广告能力。 Flutter plugin for GroMore ad aggregation platform, supporting splash, interstitial, banner, rewarded video, feed and draw feed ads with unified API f [...]

example/lib/main.dart

import 'package:flutter/material.dart';

import 'pages/home_page.dart';

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

class GromoreAdsExampleApp extends StatelessWidget {
  const GromoreAdsExampleApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'GroMore Ads Example',
      theme: ThemeData(
        colorSchemeSeed: Colors.blue,
        useMaterial3: true,
        appBarTheme: const AppBarTheme(centerTitle: true),
      ),
      home: const HomePage(),
    );
  }
}
1
likes
150
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

GroMore 广告聚合 Flutter 插件,提供开屏、插屏、横幅、激励视频、信息流等广告能力。 Flutter plugin for GroMore ad aggregation platform, supporting splash, interstitial, banner, rewarded video, feed and draw feed ads with unified API for iOS and Android.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on gromore_ads

Packages that implement gromore_ads