ad_utils 0.0.1 copy "ad_utils: ^0.0.1" to clipboard
ad_utils: ^0.0.1 copied to clipboard

A flutter widget to easily show Native Ad or any other Widget in Between a GridView.

ad_utils #

A Flutter Widget to easily show Native Ad or any other Widget in between a GridView.

Features #

  • Seamlessly integrate Native Advertisements into your GridView with a few simple clicks.
  • Effortlessly incorporate any Widget of your choice into your GridView.
  • Add Widgets to your GridView layout effortlessly, whether it's a single instance or multiple instances with just a few straightforward steps.

Getting started #

To use this package, add ad_gridview as a dependency in your pubspec.yaml file.

dependencies:
  ...
  ad_utils: <latest_version>

In your library add the following import:

import 'package:ad_utils/ad_utils.dart';

Usage #

    AdUtils(crossAxisCount: crossAxisCount,
itemCount: itemCount,
adIndex: adIndex,
adWidget: adWidget,
itemWidget: itemWidget)

Types #


Once

Repeated

Custom
5
likes
160
points
29
downloads

Publisher

verified publisheraakashrajbanshi.com.np

Weekly Downloads

A flutter widget to easily show Native Ad or any other Widget in Between a GridView.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, flutter_staggered_grid_view

More

Packages that depend on ad_utils