Commit aeb2399
feat: New Features and Flutter 3.29 (#4927)
* `TextField`: implement `blur()` method and `on_tap_outside` property
* `CupertinoTextField`: implement `blur()` method and `on_tap_outside` property
* `ImageFilter.blur` default tileMode automatic selection
* upgrade fvm flutter version
* deprecate `Theme.dialog_bgcolor` in favor of `dialog_theme.bgcolor`
* set `MINIMAL_FLUTTER_VERSION`to 3.29.0
* `FloatingActionButtonTheme`: small_size_constraints, large_size_constraints
* `SwitchTheme`: padding
* `TooltipTheme`: text_align
* `SliderTheme`: padding, track_gap, thumb_size, year_2023
* `AppBarTheme`: actions_padding
* `ProgressIndicatorTheme`:
border_radius, track_gap, circular_track_padding, size_constraints, stop_indicator_color, stop_indicator_radius, stroke_align, stroke_cap, stroke_width, year_2023
* `NavigationBarTheme`: label_padding
* `SearchViewTheme`: bar_padding, padding, shrink_wrap
* `NavigationDrawerTheme`: indicator_size
* update `deprecated_property` util to support `delete_version=None`
* `ProgressBar`: stop_indicator_color, stop_indicator_radius, track_gap, year_2023
* `ProgressRing`: padding, track_gap, size_constraints, year_2023
* `Slider`: padding, year_2023
* `AppBar`: fix actions_padding
* `CupertinoActionSheetAction`: mouse_cursor
* `CupertinoButton` & `CupertinoFilledButton`: autofocus, focus_color
* `CupertinoSegmentedButton`: disabled_color, disabled_text_color
* `CupertinoSegmentedButton`: disabled_color, disabled_text_color
* `CupertinoSlidingSegmentedButton`: proportional_width
* `GridView`: build_controls_on_demand
* `Icon`: blend_mode
* `IconButton`: on_hover, on_long_press
* `ReorderableListView`: mouse_cursor
* `NavigationBar`: label_padding
* `ExpansionPanel`: splash_color, highlight_color
* clean code
* generated files
* upgrade CI Flutter version from 3.27.4 to 3.29.0
* - `CupertinoAppBar`: large, title, automatically_imply_title
- deprecate middle (in favor of title) and automatically_imply_middle (in favor of automatically_imply_title)
* remove deprecated items with `delete_version="0.27.0"`: image_src, image_src_base64, image_fit, image_repeat, image_opacity
* remove deprecated items with `delete_version="0.27.0"`: CupertinoButton.disabled_color, CupertinoFilledButton.disabled_color, Markdown.code_style
* fix python tests
* remove deprecated items with `delete_version="0.27.0"`: ThemeVisualDensity
* `FADE_FORWARDS` page transition
* `label` property in Switch and Checkbox accepts `Control`s
* `AlertDialog.title` property accepts `Control`
* Flutter 3.29.2
---------
Co-authored-by: Feodor Fitsner <[email protected]>1 parent c8c2649 commit aeb2399
File tree
55 files changed
+882
-268
lines changed- client
- ios
- lib
- macos
- Flutter
- packages/flet/lib/src
- controls
- utils
- sdk/python/packages
- flet-cli/src/flet_cli/commands
- flet/src/flet/core
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+882
-268
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| |||
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
| 130 | + | |
| 131 | + | |
127 | 132 | | |
128 | 133 | | |
129 | 134 | | |
| |||
168 | 173 | | |
169 | 174 | | |
170 | 175 | | |
171 | | - | |
| 176 | + | |
| 177 | + | |
172 | 178 | | |
173 | 179 | | |
174 | | - | |
| 180 | + | |
175 | 181 | | |
176 | | - | |
| 182 | + | |
177 | 183 | | |
178 | | - | |
| 184 | + | |
179 | 185 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
190 | 196 | | |
191 | | - | |
192 | | - | |
| 197 | + | |
| 198 | + | |
193 | 199 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
199 | 205 | | |
200 | 206 | | |
201 | 207 | | |
202 | | - | |
| 208 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments