Skip to content

Commit 09a3967

Browse files
authored
Merge pull request #412 from typedecker/main
Example GIF and Live Example for ReorderableListView added
2 parents e415c01 + 424d5f1 commit 09a3967

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/controls/reorderablelistview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
1010

1111
## Examples
1212

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

1515
### Basic example
1616

@@ -72,7 +72,7 @@ ft.app(main)
7272
</TabItem>
7373
</Tabs>
7474

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

7777
## Properties
7878

docs/cookbook/file-picker-and-uploads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sudo apt-get install zenity
3232

3333
## Using file picker in your app
3434

35-
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`.
35+
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`.
3636

3737
```python
3838
import flet as ft
5.32 MB
Loading

0 commit comments

Comments
 (0)