flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
**Description** When utilizing `ScrollMode.HIDDEN`, the scroll bar persists in appearing while scrolling through the page. **Code example to reproduce the issue:** ```python import flet as ft def main(page: ft.Page): page.scroll...
## Description Added WeChat OAuth Provider by extending the existing OAuthToken class to include WeChat-specific fields `openid` and `unionid`, also modify Authorization class to adapt WeChat OAuth flow. ## Test...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug I get a gray screen when I press the button...
### Can't play animation with Lottie and Rive local file. I tried to download a `.json` file from Lottie and load it using ft.Lottie(), but it did not load. The...
### Duplicate Check - [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug Client IP can not be gotten when using IPv6. For...
### Duplicate Check - [x] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates ### Describe the bug After packaging app into `.apk` some of the app widgets...
## Description Fixes #3973 ## Summary by Sourcery Fix the issue where `MapConfiguration.interaction_configuration` was not being honored by adding the `interactionOptions` to `MapOptions`. Enhance the map functionality by introducing support...
### Discussed in https://github.com/flet-dev/flet/discussions/3958 Originally posted by **Michel7GitHub** September 10, 2024 ### Question I'm unable to disable Map Rotation. I test with Flet App on Mobile (iPad & iPhone). I...
**Description** I want to plot a graph of a curve with labels on the axes. To do this I use ft.LineChart, to make the labels I use left_axis=ft.ChartAxis(...) and bottom_axis=ft.ChartAxis(...)....