Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.