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.
- Host: GitHub
- URL: https://github.com/flet-dev/flet-ads
- Owner: flet-dev
- License: apache-2.0
- Created: 2025-01-07T21:17:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-16T22:37:06.000Z (4 months ago)
- Last Synced: 2025-06-16T23:29:23.210Z (4 months ago)
- Topics: admob, ads, flet, flet-extension, flutter, google-ads, python
- Language: Python
- Homepage:
- Size: 3.33 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flet-ads
[](https://pypi.python.org/pypi/flet-ads)
[](https://pepy.tech/project/flet-ads)
[](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)