Back to Flet

flet-ads

sdk/python/packages/flet-ads/README.md

0.85.0.dev21.5 KB
Original Source

flet-ads

Display Google Ads in Flet apps.

It is based on the google_mobile_ads Flutter package.

Documentation

Detailed documentation to this package can be found here.

Platform Support

PlatformWindowsmacOSLinuxiOSAndroidWeb
Supported

Usage

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.

Examples

For examples, see these.