Commit 2d17df2
Control gallery 0.24 (#168)
* Update 01_safearea_example.py
* Update 01_menubar_example.py
* Fix checkbox tooltip
* updated flet version
* fixed Column example async warnings
* Update 03_animate_container.py
* Update 01_dismissible_example.py
* Update 02_draggable_divider.py
* Update 01_expansionpanellist_example.py
* Update 01_listtile_examples.py
* Update 01_auto_scrolling_listview.py
* row examples
* Update 02_draggable_verticaldivider.py
* Update 01_bottomappbar_example.py
* Update 01_navigationbar_example.py
* Update 01_navigationbar_example.py
* Update 01_menubar_example.py
* Update 01_navigationbar_example.py
* Update 05_free-hand_drawing_tool.py
* Update 01_circleavatar_example.py
* markdown examples
* progressbar, progressring
* fixed Text example with RobotoSlab font
* Update 04_text_with_variable_properties.py
* Update 01_cupertino_action_sheet_example.py
* Update 01_cupertino_dialog_action_example.py
* Update 03_elevatedbutton_with_click_event.py
* Update 06_elevatedbutton_style.py
* Update 02_iconbutton_with_click_event.py
* Update 01_menuitembutton_example.py
* Update 03_outlinedbutton_with_click_event.py
* Update 01_popupmenubutton_example.py
* Update 01_submenubutton_example.py
* Update 03_textbutton_with_click_event.py
* checkbox examples
* chip examples
* Create 09_text_with_tooltip_with_a_custom_decoration.py
* Update 01_cupertino_radio_example.py
* CupertinoSwitch and CupertinoSlider examples
* Update 01_cupertino_textfield_example.py
* Dropdown examples
* radio examples
* Update 03_slider_with_change_event.py
* Update 01_basic_switches.py
* TextField examples
* removed Tooltip from Utilities
* Update 01_basic_and_modal_dialogs.py
* Update 01_banner_with_leading_icon_and_actions.py
* bottomsheet example
* Update 01_cupertino_action_sheet_example.py
* Update 01_cupertino_alert_dialog_example.py
* CupertinoBottomSheet examples
* Update 01_cupertino_date_picker_example.py
* CupertinoPicker, CupertinoTimePicker
* Update 01_date_picker_example.py
* Update 01_snackbar_with_dynamic_message.py
* Update 01_time_picker_example.py
* chart examples
* Update 01_animatedswitcher_example.py
* Update 01_autoplay_audio.py
* Update 01_drag_and_drop_colors.py
* Update 01_pick_multiple_files.py
* Update 01_draggable_containers.py
* ShaderMask
* color examples
* Update requirements.txt
---------
Co-authored-by: Feodor Fitsner <feodor@appveyor.com>1 parent 045c48b commit 2d17df2
File tree
97 files changed
+1009
-1062
lines changed- python/apps/controls-gallery
- examples
- animations/animated_switcher
- buttons
- cupertinoactionsheetaction
- cupertinodialogaction
- elevatedbutton
- iconbutton
- outlinedbutton
- textbutton
- charts
- barchart
- linechart
- piechart
- colors
- colorpalettes
- controlcolors
- dialogs
- alertdialog
- banner
- bottomsheet
- cupertinoactionsheet
- cupertinoalertdialog
- cupertinobottomsheet
- cupertinodatepicker
- cupertinopicker
- cupertinotimerpicker
- datepicker
- snackbar
- timepicker
- displays
- canvas
- circleavatar
- markdown
- progressbar
- progressring
- text
- input
- checkbox
- chip
- cupertinocheckbox
- cupertinoradio
- cupertinoslider
- cupertinoswitch
- cupertinotextfield
- dropdown
- radio
- slider
- switch
- textfield
- layout
- column
- container
- dismissible
- divider
- expansionpanellist
- listtile
- listview
- row
- safearea
- verticaldivider
- utility
- audio
- draggable
- filepicker
- gesturedetector
- shadermask
- tooltip
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+1009
-1062
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
python/apps/controls-gallery/examples/buttons/elevatedbutton/03_elevatedbutton_with_click_event.py
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 27 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | | - | |
| 9 | + | |
7 | 10 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
python/apps/controls-gallery/examples/buttons/outlinedbutton/03_outlinedbutton_with_click_event.py
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments