flutter_ads_package 1.0.0 copy "flutter_ads_package: ^1.0.0" to clipboard
flutter_ads_package: ^1.0.0 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 #

How package depends internally on the following packages:

+ dio: any
+ package_info_plus: any
+ url_launcher: any
+ video_player: any

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(clientId: "123456"),
      ),
    ),
    ); 
}

Additional information #

Contact us for further inquiries.

1
likes
0
points
133
downloads

Publisher

verified publishercleveradvertising.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, package_info_plus, url_launcher, video_player

More

Packages that depend on flutter_ads_package