flutter_ads_package 1.1.3 copy "flutter_ads_package: ^1.1.3" to clipboard
flutter_ads_package: ^1.1.3 copied to clipboard

A custom widget for displaying Clever Advertising ads in flutter/flutterflow.

A custom widget for displaying Clever Advertising ads in flutter/flutterflow.

Getting started #

Please check the 'installing' tab to get started with the package installation before proceeding into the next section.

Usage #

Import our package as shown in the example below:

import 'package:flutter_ads_package/flutter_ads_package.dart';
import 'package:flutter/material.dart';

void main() {
  runApp( MaterialApp(
      home: Scaffold(
        backgroundColor: const Color.fromARGB(255, 199, 218, 228),
        appBar: AppBar(
          title: const Text("Clever Advertising Widget Example"),
        ),
        body: CleverAddAppAdsWidget(scriptId: "123456"),
      ),
    ),
    ); 
}

Additional information #

Contact us for further inquiries.