ad_gridview 0.0.2 copy "ad_gridview: ^0.0.2" to clipboard
ad_gridview: ^0.0.2 copied to clipboard

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

ad_gridview #

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

Features #

  • Easily insert Native Ad to GridView
  • Easily insert any Widget to GridView

Getting started #

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

dependencies:
  ...
  ad_gridview: <latest_version>

In your library add the following import:

import 'package:ad_gridview/ad_gridview.dart';

Usage #

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

Example #

Image example

21
likes
0
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_staggered_grid_view

More

Packages that depend on ad_gridview