Display Google Ads in Flet apps.
It is based on the google_mobile_ads Flutter package.
Detailed documentation to this package can be found here.
This package supports the following platforms:
Platform | Supported |
---|---|
Windows | ❌ |
macOS | ❌ |
Linux | ❌ |
iOS | ✅ |
Android | ✅ |
Web | ❌ |
To install the flet-ads
package and add it to your project dependencies:
-
Using
uv
:uv add flet-ads
-
Using
pip
:pip install flet-ads
After this, you will have to manually add this package to your
requirements.txt
orpyproject.toml
. -
Using
poetry
:poetry add flet-ads
For examples, see this