Commit f39a069
authored
GestureDetector and fixes (#459)
* Make `cryptography` dependency optional
* Setting Flet client build number
* Do not set build-number
* Update Flet macOS icons
* Clipboard re-done to support Safari
* Make crypto utils optional
Fix #417
* Re-enable Python 3.7 as PDM fixed the issue
pdm-project/pdm#1411 (comment)
* Fix #431 - Handling Flutter and platform errors
* Added additional styles to TextField and Dropdown
* label_style
* hint_style
* helper_style
* counter_style
* error_style
* prefix_style
* suffix_style
Fix #446
* Fix CI
* Add an ability to hide automatic back button in AppBar
Fix #209
* Added `SnackBar.action_color`
Fix #364
* Control TextFields cursor presentation
Fix #356
* Add x and y to DropTarget.on_accept event
#329
* Customize colors of Checkbox and Radio
Fix #320
* Restore `websocket.defaulttimeout` on connect
Fix #413
* `Audio.get_current_position` and `Audio.get_duration` returns `int`
Fix #440
* Update container.dart
* GestureDetector control started
* `Audio.playback_rate` added
Fix #451
* All Tap gestures
* Gesture detector ready but without throttling
* Throttling of drag and hover events
* Get version from Git repo
* Fix gesture handlers
* Added a simple integration test - just for fun
* ElevatedButton must show error if only icon specified without text
Fix #357
* Display an error when left, top, right or bottom are used not in Stack
Fix #296
* Shrink wrap ListView and GridView if bounds are unlimited
Fix #331
* Fix #303 - NavigationRail is not shown in a parent without fixed height
* Do not bind session value to the IP
Fix #457
* Fix path traversal in tar unpack (CVE-2007-4559)
* Added `Container.shape` property
* Fix the rest of warnings
* Remove ControlType enum
* Fix flutter tests
* Fix MouseCursor enum
* Added Flutter package readme1 parent 05a6e8c commit f39a069
File tree
80 files changed
+2455
-504
lines changed- client
- integration_test
- lib
- macos
- Runner/Assets.xcassets/AppIcon.appiconset
- package
- lib
- src
- controls
- models
- protocol
- utils
- test/controls
- sdk/python
- flet
- server/page
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
80 files changed
+2455
-504
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
193 | | - | |
| 194 | + | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
229 | | - | |
| 231 | + | |
| 232 | + | |
230 | 233 | | |
231 | 234 | | |
232 | 235 | | |
| |||
263 | 266 | | |
264 | 267 | | |
265 | 268 | | |
266 | | - | |
| 269 | + | |
| 270 | + | |
267 | 271 | | |
268 | 272 | | |
269 | 273 | | |
| |||
433 | 437 | | |
434 | 438 | | |
435 | 439 | | |
436 | | - | |
| 440 | + | |
437 | 441 | | |
438 | 442 | | |
439 | 443 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
45 | 62 | | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments