ds_ads 0.5.2 copy "ds_ads: ^0.5.2" to clipboard
ds_ads: ^0.5.2 copied to clipboard

Ads SectDev components for Flutter projects (https://sect.dev/). Supports AdMob and AppLovin mediations

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
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: const Center(
          child: Text('Running'),
        ),
      ),
    );
  }
}
2
likes
0
points
107
downloads

Publisher

verified publisheraltush.pro

Weekly Downloads

Ads SectDev components for Flutter projects (https://sect.dev/). Supports AdMob and AppLovin mediations

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

applovin_max, collection, ds_common, fimber, flutter, freezed_annotation, google_mobile_ads

More

Packages that depend on ds_ads

Packages that implement ds_ads