Skip to content

Example GIF and Live Example for ReorderableListView added #412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 7, 2025
4 changes: 2 additions & 2 deletions docs/controls/reorderablelistview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';

## Examples

[Live example](https://flet-controls-gallery.fly.dev/input/autofillgroup)
[Live example](https://flet-controls-gallery.fly.dev/layout/reorderablelistview)

### Basic example

Expand Down Expand Up @@ -72,7 +72,7 @@ ft.app(main)
</TabItem>
</Tabs>

<img src="/img/docs/controls/autofillgroup/autofillgroup-example.gif" className="screenshot-40"/>
<img src="/img/docs/controls/reorderablelistview/reorderablelistview-example.gif" className="screenshot-40"/>

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/cookbook/file-picker-and-uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sudo apt-get install zenity

## Using file picker in your app

It is recommended to add file picker to [`page.overlay.controls`](/docs/controls/page#overlay) collection, so it doesn't affect the layout of your app. Despite file picker has 0x0 size it is still considered as a control when put into `Row` or `Column`.
It is recommended to add file picker to [`page.overlay`](/docs/controls/page#overlay) collection, so it doesn't affect the layout of your app. Despite file picker has 0x0 size it is still considered as a control when put into `Row` or `Column`.

```python
import flet as ft
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.