Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.51 KB

File metadata and controls

43 lines (28 loc) · 1.51 KB

flet-webview

pypi downloads license

A Flet extension for displaying web content in a WebView.

It is based on the webview_flutter and webview_flutter_web Flutter packages.

Important: WebView requires platform-specific configuration (e.g., enabling webview on iOS). Consult Flutter's platform setup guides.

Documentation

Detailed documentation to this package can be found here.

Platform Support

Platform Windows macOS Linux iOS Android Web
Supported

Usage

Installation

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

  • Using uv:

    uv add flet-webview
  • Using pip:

    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.