An open API service indexing awesome lists of open source software.

https://github.com/flet-dev/flet-ads

Display Google Ads in Flet apps.
https://github.com/flet-dev/flet-ads

admob ads flet flet-extension flutter google-ads python

Last synced: about 2 months ago
JSON representation

Display Google Ads in Flet apps.

Awesome Lists containing this project

README

          

# flet-ads

[![pypi](https://img.shields.io/pypi/v/flet-ads.svg)](https://pypi.python.org/pypi/flet-ads)
[![downloads](https://static.pepy.tech/badge/flet-ads/month)](https://pepy.tech/project/flet-ads)
[![license](https://img.shields.io/github/license/flet-dev/flet-ads.svg)](https://github.com/flet-dev/flet-ads/blob/main/LICENSE)

Display Google Ads in [Flet](https://flet.dev) apps.

It is based on the [google_mobile_ads](https://pub.dev/packages/google_mobile_ads) Flutter package.

## Documentation

Detailed documentation to this package can be found [here](https://flet-dev.github.io/flet-ads/).

## Platform Support

This package supports the following platforms:

| Platform | Supported |
|----------|:---------:|
| Windows | ❌ |
| macOS | ❌ |
| Linux | ❌ |
| iOS | ✅ |
| Android | ✅ |
| Web | ❌ |

## Installation

To install the `flet-ads` package and add it to your project dependencies:

- Using `uv`:
```bash
uv add flet-ads
```

- Using `pip`:
```bash
pip install flet-ads
```
After this, you will have to manually add this package to your `requirements.txt` or `pyproject.toml`.

- Using `poetry`:
```bash
poetry add flet-ads
```

## Examples

For examples, see [this](./examples)