Permission Handler
Helps manage runtime permissions in your Flet apps.
It is powered by the Flutter permission_handler package.
Platform Support
| Platform | Windows | macOS | Linux | iOS | Android | Web |
|---|---|---|---|---|---|---|
| Supported | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ |
Usage
Add flet-permission-handler to your project dependencies:
- uv
- pip
uv add flet-permission-handler
pip install flet-permission-handler
Note
On mobile platforms you must also declare permissions in the native project files. See Flet publish docs.