Back to Flet

flet-webview

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

0.85.0.dev21.7 KB
Original Source

flet-webview

A Flet extension for displaying web content in a WebView.

It is based on the webview_flutter and webview_flutter_web Flutter packages.

Documentation

Detailed documentation to this package can be found here.

Platform Support

PlatformWindowsmacOSLinuxiOSAndroidWeb
Supported

Usage

Installation

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

  • Using uv:

    bash
    uv add flet-webview
    
  • Using pip:

    bash
    pip install flet-webview
    

    After this, you will have to manually add this package to your requirements.txt or pyproject.toml.

Examples

For examples, see these.